sifu-gogs пре 2 година
родитељ
комит
4dd13a8f9c
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;
     }