rainwer 6 mesi fa
parent
commit
86ac1dfdb5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
     }