squiz rules
All checks were successful
Deploy / CreateImage (push) Successful in 38s
Deploy / DeployService (push) Successful in 32s

This commit is contained in:
skeris 2025-03-20 02:41:31 +03:00
parent 5771b4e7f5
commit 8242b397e4

@ -67,7 +67,7 @@ server {
add_header Access-Control-Expose-Headers x-sessionkey,devicetype always; add_header Access-Control-Expose-Headers x-sessionkey,devicetype always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.6.0.26:1491/; proxy_pass http://10.8.0.12:1491/;
} }
location /squizimages { location /squizimages {
@ -272,7 +272,7 @@ server {
add_header Access-Control-Expose-Headers x-sessionkey,devicetype always; add_header Access-Control-Expose-Headers x-sessionkey,devicetype always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.6.0.26:1491/; proxy_pass http://10.8.0.12:1491/;
} }
location /squiz/amocrm/ { location /squiz/amocrm/ {
@ -288,7 +288,7 @@ server {
return 200; return 200;
} }
proxy_pass http://10.6.0.26:1492/amocrm/; proxy_pass http://10.8.0.12:1492/amocrm/;
} }
location /squiz/amocrm/oauth/ { location /squiz/amocrm/oauth/ {
@ -311,7 +311,7 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization,device,browser,os,devicetype,response-type always; add_header Access-Control-Allow-Headers content-type,authorization,device,browser,os,devicetype,response-type always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.6.0.26:1492/webhook/create/; proxy_pass http://10.8.0.12:1492/webhook/create/;
} }
@ -320,7 +320,7 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization,response-type always; add_header Access-Control-Allow-Headers content-type,authorization,response-type always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.6.0.26:1488/; proxy_pass http://10.8.0.12:1488/;
} }
location /squizstorer/ { location /squizstorer/ {
@ -335,7 +335,7 @@ server {
chunked_transfer_encoding off; chunked_transfer_encoding off;
proxy_buffering off; proxy_buffering off;
proxy_cache off; proxy_cache off;
proxy_pass http://10.6.0.26:1489/; proxy_pass http://10.8.0.12:1489/;
} }
location /squizstorer/v1.0.0/ { location /squizstorer/v1.0.0/ {
add_header Access-Control-Allow-Origin quiz.pena.digital always; add_header Access-Control-Allow-Origin quiz.pena.digital always;
@ -352,7 +352,7 @@ server {
chunked_transfer_encoding off; chunked_transfer_encoding off;
proxy_buffering off; proxy_buffering off;
proxy_cache off; proxy_cache off;
proxy_pass http://10.6.0.26:1589/; proxy_pass http://10.8.0.12:1589/;
} }
location /squizimages { location /squizimages {
@ -555,7 +555,7 @@ server {
add_header Access-Control-Expose-Headers x-sessionkey,devicetype always; add_header Access-Control-Expose-Headers x-sessionkey,devicetype always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.6.0.26:1491/; proxy_pass http://10.8.0.12:1491/;
} }
location /squiz/amocrm/ { location /squiz/amocrm/ {
@ -571,7 +571,7 @@ server {
return 200; return 200;
} }
proxy_pass http://10.6.0.26:1492/amocrm/; proxy_pass http://10.8.0.12:1492/amocrm/;
} }
location /squiz/amocrm/oauth/ { location /squiz/amocrm/oauth/ {
@ -594,7 +594,7 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization,device,browser,os,devicetype,response-type always; add_header Access-Control-Allow-Headers content-type,authorization,device,browser,os,devicetype,response-type always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.6.0.26:1492/webhook/create/; proxy_pass http://10.8.0.12:1492/webhook/create/;
} }
location /squiz/ { location /squiz/ {
@ -602,7 +602,7 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization,response-type always; add_header Access-Control-Allow-Headers content-type,authorization,response-type always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.6.0.26:1488/; proxy_pass http://10.8.0.12:1488/;
} }
location /squizstorer/ { location /squizstorer/ {
@ -617,7 +617,7 @@ server {
chunked_transfer_encoding off; chunked_transfer_encoding off;
proxy_buffering off; proxy_buffering off;
proxy_cache off; proxy_cache off;
proxy_pass http://10.6.0.26:1489/; proxy_pass http://10.8.0.12:1489/;
} }
location /squizstorer/v1.0.0/ { location /squizstorer/v1.0.0/ {
add_header Access-Control-Allow-Origin quiz.pena.digital always; add_header Access-Control-Allow-Origin quiz.pena.digital always;
@ -634,7 +634,7 @@ server {
chunked_transfer_encoding off; chunked_transfer_encoding off;
proxy_buffering off; proxy_buffering off;
proxy_cache off; proxy_cache off;
proxy_pass http://10.6.0.26:1589/; proxy_pass http://10.8.0.12:1589/;
} }
location /squizimages { location /squizimages {
@ -834,7 +834,7 @@ server {
add_header Access-Control-Expose-Headers x-sessionkey,devicetype always; add_header Access-Control-Expose-Headers x-sessionkey,devicetype always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.6.0.26:1491/; proxy_pass http://10.8.0.12:1491/;
} }
location /squiz/amocrm/ { location /squiz/amocrm/ {
@ -851,7 +851,7 @@ server {
return 200; return 200;
} }
proxy_pass http://10.6.0.26:1492/amocrm/; proxy_pass http://10.8.0.12:1492/amocrm/;
} }
location /squiz/amocrm/oauth/ { location /squiz/amocrm/oauth/ {
@ -874,14 +874,14 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization,device,browser,os,devicetype,response-type always; add_header Access-Control-Allow-Headers content-type,authorization,device,browser,os,devicetype,response-type always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.6.0.26:1492/webhook/create/; proxy_pass http://10.8.0.12:1492/webhook/create/;
} }
location /squiz/ { location /squiz/ {
add_header Access-Control-Allow-Origin penaquiz.ru always; add_header Access-Control-Allow-Origin penaquiz.ru always;
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization,response-type always; add_header Access-Control-Allow-Headers content-type,authorization,response-type always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.6.0.26:1488/; proxy_pass http://10.8.0.12:1488/;
} }
location /squizstorer/ { location /squizstorer/ {
@ -896,7 +896,7 @@ server {
chunked_transfer_encoding off; chunked_transfer_encoding off;
proxy_buffering off; proxy_buffering off;
proxy_cache off; proxy_cache off;
proxy_pass http://10.6.0.26:1489/; proxy_pass http://10.8.0.12:1489/;
} }
location /squizstorer/v1.0.0/ { location /squizstorer/v1.0.0/ {
add_header Access-Control-Allow-Origin quiz.pena.digital always; add_header Access-Control-Allow-Origin quiz.pena.digital always;
@ -913,7 +913,7 @@ server {
chunked_transfer_encoding off; chunked_transfer_encoding off;
proxy_buffering off; proxy_buffering off;
proxy_cache off; proxy_cache off;
proxy_pass http://10.6.0.26:1589/; proxy_pass http://10.8.0.12:1589/;
} }
location /squizimages { location /squizimages {