From 9b7d7928ddc97f69bd99fab72b09b2ce3fb7b1f4 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 5 Feb 2023 22:00:04 +0300 Subject: [PATCH] update --- 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 8d6d7d8..ec13029 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$request_uri; + proxy_pass http://develop.sprinthub.ru:888/; } } @@ -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$request_uri; + proxy_pass http://develop.sprinthub.ru:8888/; } 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$request_uri; + proxy_pass http://develop.sprinthub.ru:15672/; } } @@ -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$request_uri; + proxy_pass http://develop.sprinthub.ru:9001/; } } @@ -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$request_uri; + proxy_pass http://develop.sprinthub.ru:3000/; } location /api/live/ws {