浏览代码

更新 'default.conf'

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;
     }