From 31378143962bd53757e156ae81128fbd0b6758c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=9F=A9=20=E5=8D=9A=E4=BE=A8?=
 <211250129@smail.nju.edu.cn>
Date: Fri, 3 Nov 2023 22:43:26 +0800
Subject: [PATCH] =?UTF-8?q?Update=20nginx.conf=EF=BC=9A=E5=88=A0=E9=99=A4?=
 =?UTF-8?q?=E6=97=A0=E7=94=A8=E7=9A=84proxy?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 nginx.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nginx.conf b/nginx.conf
index e200285..6bdecca 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -25,9 +25,9 @@ http {
     }
 
     # This is the proxy to backend, obviously the address will be modified accordingly after backend is also in the docker
-    location ^~ /api/ {
-        proxy_pass http://172.29.4.124:8080/;
-    }
+    # location ^~ /api/ {
+    #     proxy_pass http://172.29.4.124:8080/;
+    # }
 
     error_page   500 502 503 504  /50x.html;
     location = /50x.html {
-- 
GitLab