master
Matthew 2025-04-24 15:14:06 -04:00
parent 8485c0b886
commit 70e8ff49e0
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 4 additions and 5 deletions

View File

@ -3,12 +3,11 @@ server {
listen [::]:443 ssl http2; listen [::]:443 ssl http2;
server_name finovators.mracs.dev; server_name finovators.mracs.dev;
# Serve static frontend
root /opt/fba/frontend/dist;
index index.html;
location / { location / {
try_files $uri =404; # Serve static frontend
root /opt/fba/frontend/dist;
index index.html;
#try_files $uri =404;
} }
location /api/ { location /api/ {