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