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