Fix: Add index directive for IR Valuation (following admin dashboard pattern)
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s

This commit is contained in:
happybell80 2025-11-28 16:50:06 +09:00
parent 5cf0190aeb
commit d139799db7

View File

@ -212,6 +212,7 @@ server {
location ^~ /ir-valuation {
alias /home/admin/frontend-ir-valuation/dist/;
try_files $uri $uri/ /ir-valuation/index.html;
index index.html;
}
# Main application static files