Browse Source

更新 'default.conf'

sifu-gogs 2 years ago
parent
commit
4104875d16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      default.conf

+ 1 - 1
default.conf

@@ -4,7 +4,7 @@ server {
     server_name  localhost;
     server_name  localhost;
 
 
     location / {
     location / {
-        root   html;
+        root   /usr/share/nginx/html;
         index  index.html index.htm;
         index  index.html index.htm;
     }
     }