From 2d10522d80d48b5e5d4e0930291d70882af70801 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Wed, 3 Jan 2024 18:26:35 +0000 Subject: [PATCH] Update default.conf --- default.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/default.conf b/default.conf index 58f1bcc..72b92ad 100644 --- a/default.conf +++ b/default.conf @@ -4,9 +4,6 @@ server { index index.html index.htm index.nginx-debian.html; server_name _; # managed by Certbot client_max_body_size 50M; - location /shit { - proxy_pass http://10.8.0.5; - } location /auth { if ($request_method = OPTIONS) { @@ -172,7 +169,7 @@ server { add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type always; proxy_set_header Host $host; - proxy_pass http://10.6.0.31:8006/; + proxy_pass http://10.6.0.17:8006/; } location /verification1 { if ($request_method = OPTIONS) { @@ -229,7 +226,7 @@ server { chunked_transfer_encoding off; proxy_buffering off; proxy_cache off; - proxy_pass http://10.6.0.31:7035/; + proxy_pass http://10.6.0.17:7035/; } location / {