Browse Source

增加nginx配置说明

test
smallchill 3 years ago
parent
commit
e092ce5413
  1. 5
      script/docker/app/nginx/web/nginx.conf

5
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 {

Loading…
Cancel
Save