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
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
This commit is contained in:
parent
5cf0190aeb
commit
d139799db7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user