Przeglądaj źródła

更新 'default.conf'

sifu-gogs 2 lat temu
rodzic
commit
4104875d16
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
     }