This commit is contained in:
Administrator 2023-02-05 21:07:31 +03:00
parent b4e8c399cc
commit 6cd28feb17

View File

@ -29,7 +29,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://develop.sprinthub.ru:888/;
proxy_pass http://develop.sprinthub.ru:888$request_uri;
}
}
@ -48,7 +48,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://develop.sprinthub.ru:8888/;
proxy_pass http://develop.sprinthub.ru:8888$request_uri;
}
location /api/websocket/ {
@ -75,7 +75,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://develop.sprinthub.ru:15672/;
proxy_pass http://develop.sprinthub.ru:15672$request_uri;
}
}
@ -94,7 +94,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://develop.sprinthub.ru:9001/;
proxy_pass http://develop.sprinthub.ru:9001$request_uri;
}
}
@ -114,7 +114,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://develop.sprinthub.ru:3000/;
proxy_pass http://develop.sprinthub.ru:3000$request_uri;
}
location /api/live/ws {