frontend
parent
b6e7248015
commit
8485c0b886
|
@ -4,7 +4,7 @@ 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 / {
|
||||||
|
|
Loading…
Reference in New Issue