change default vhost folder to app/web

This commit is contained in:
2019-10-13 12:47:45 +02:00
parent 3f0d9fb4ac
commit 82ef2eb885
6 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ server {
listen 80;
server_name DOMAIN.LTD;
root /var/www/DOMAIN.LTD/app/public_html;
root /var/www/DOMAIN.LTD/app/web;
index index.html index.php;
charset utf-8;