frontend
parent
8485c0b886
commit
70e8ff49e0
|
@ -3,12 +3,11 @@ server {
|
|||
listen [::]:443 ssl http2;
|
||||
server_name finovators.mracs.dev;
|
||||
|
||||
# Serve static frontend
|
||||
root /opt/fba/frontend/dist;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
try_files $uri =404;
|
||||
# Serve static frontend
|
||||
root /opt/fba/frontend/dist;
|
||||
index index.html;
|
||||
#try_files $uri =404;
|
||||
}
|
||||
|
||||
location /api/ {
|
||||
|
|
Loading…
Reference in New Issue