From 6cd28feb1793c29dd480e2ecac1d90b076060063 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 5 Feb 2023 21:07:31 +0300 Subject: [PATCH] uri --- nginx/nginx-dev/nginx-dev.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nginx/nginx-dev/nginx-dev.conf b/nginx/nginx-dev/nginx-dev.conf index ec13029..8d6d7d8 100644 --- a/nginx/nginx-dev/nginx-dev.conf +++ b/nginx/nginx-dev/nginx-dev.conf @@ -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 {