From e092ce541335cca40b33641b38bb49e8d85c24f5 Mon Sep 17 00:00:00 2001 From: smallchill Date: Wed, 12 May 2021 16:52:18 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E5=A2=9E=E5=8A=A0nginx=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/docker/app/nginx/web/nginx.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script/docker/app/nginx/web/nginx.conf b/script/docker/app/nginx/web/nginx.conf index af418a62..19a89ae4 100644 --- a/script/docker/app/nginx/web/nginx.conf +++ b/script/docker/app/nginx/web/nginx.conf @@ -42,8 +42,9 @@ http { root /usr/share/nginx/html; location / { - root html; - index index.html; + #若系统无法访问则放开下面的注释 + #root html; + #index index.html; } location ^~ /oauth/redirect {