rainwer 6 tháng trước cách đây
mục cha
commit
86ac1dfdb5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     }