diff --git a/server-nginx-default b/server-nginx-default index 348e776..c7f7599 100644 --- a/server-nginx-default +++ b/server-nginx-default @@ -38,7 +38,7 @@ server { # # include snippets/snakeoil.conf; - root /home/admin/frontend-customer/dist; + root /var/www/html/frontend-customer; # Add index.php to the list if you are using PHP index index.html index.htm index.nginx-debian.html; @@ -113,7 +113,7 @@ server { # # include snippets/snakeoil.conf; - root /home/admin/frontend-customer/dist; + root /var/www/html/frontend-customer; # Add index.php to the list if you are using PHP index index.html index.htm index.nginx-debian.html;