try_files

master
Matthew 2025-04-29 11:18:12 -04:00
parent 70e8ff49e0
commit 205ff15384
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ server {
# Serve static frontend
root /opt/fba/frontend/dist;
index index.html;
#try_files $uri =404;
try_files $uri $uri/ /index.html;
}
location /api/ {