sifu-gogs 2 роки тому
батько
коміт
4104875d16
1 змінених файлів з 1 додано та 1 видалено
  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;
     }