frontend
parent
f624784480
commit
b6e7248015
|
@ -4,14 +4,14 @@ server {
|
|||
server_name finovators.mracs.dev;
|
||||
|
||||
# Serve static frontend
|
||||
root /opt/fba/frontend/dist;
|
||||
root /opt/fba/frontend/dist/;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
||||
location /api {
|
||||
location /api/ {
|
||||
proxy_pass http://localhost:56120/;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue