fix: change nginx root to /var/www/html/frontend-customer
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s

- Change from /home/admin/frontend-customer/dist to /var/www/html/frontend-customer
- Allows www-data user to access files without permission issues
This commit is contained in:
happybell80 2025-07-18 00:09:09 +09:00
parent dfd47e145d
commit d16947c089

View File

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