uri
This commit is contained in:
parent
b4e8c399cc
commit
6cd28feb17
@ -29,7 +29,7 @@ http {
|
|||||||
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
|
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
|
||||||
|
|
||||||
location / {
|
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;
|
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://develop.sprinthub.ru:8888/;
|
proxy_pass http://develop.sprinthub.ru:8888$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api/websocket/ {
|
location /api/websocket/ {
|
||||||
@ -75,7 +75,7 @@ http {
|
|||||||
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
|
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
|
||||||
|
|
||||||
location / {
|
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;
|
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
|
||||||
|
|
||||||
location / {
|
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;
|
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://develop.sprinthub.ru:3000/;
|
proxy_pass http://develop.sprinthub.ru:3000$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api/live/ws {
|
location /api/live/ws {
|
||||||
|
Loading…
Reference in New Issue
Block a user