rainwer 6 ay önce
ebeveyn
işleme
86ac1dfdb5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
     }