Ver código fonte

更新 'default.conf'

sifu-gogs 2 anos atrás
pai
commit
4104875d16
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      default.conf

+ 1 - 1
default.conf

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