change default vhost folder to app/web
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user