Pārlūkot izejas kodu

更新 'default.conf'

sifu-gogs 2 gadi atpakaļ
vecāks
revīzija
4dd13a8f9c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;
     }