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