@ -42,8 +42,9 @@ http {
root /usr/share/nginx/html;
location / {
root html;
index index.html;
#若系统无法访问则放开下面的注释
#root html;
#index index.html;
}
location ^~ /oauth/redirect {