ccf 4 лет назад
Родитель
Сommit
36ecaaeab7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      config/nginx/template/proginn.nginx.conf

+ 1 - 1
config/nginx/template/proginn.nginx.conf

@@ -513,7 +513,7 @@ server {
     listen 5001;
     server_name {{domain}}.test.proginn.com;
 
-    root /proginn-user/public/;
+    root /proginn-work/public/;
     index index.php index.html index.htm;