From b192f8f80cea51455cdf9ba78d975f37761ffbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A6=83=E6=98=8C=E6=B3=A2?= Date: Mon, 11 Apr 2022 09:08:52 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20nginx.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index 584311d..f6ff7b5 100644 --- a/nginx.conf +++ b/nginx.conf @@ -11,6 +11,10 @@ server { root /usr/share/nginx/html; try_files $uri @index ; } + + location /mall|uc{ + proxy_pass http://192.168.10.254:31868; + } location @index { add_header Cache-Control "no-store" ;