rainwer 6 月之前
父节点
当前提交
86ac1dfdb5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nginx.conf

+ 1 - 1
nginx.conf

@@ -23,7 +23,7 @@ http {
     # ssl_prefer_server_ciphers  on;
     
     location / {
-        root /home/old_server/nginx/html/yzbh/dist;
+        root /home/nginx/html/yzbh/dist;
         try_files $uri $uri/ /index.html;
         index  index.html index.htm;
     }