sifu-gogs 2 жил өмнө
parent
commit
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;
     }