diff --git a/frontend/nginx/default.conf b/frontend/nginx/default.conf index ed54522..0b2ad77 100644 --- a/frontend/nginx/default.conf +++ b/frontend/nginx/default.conf @@ -8,6 +8,7 @@ server { location / { root /usr/share/nginx/html; index index.html index.htm; + try_files $uri $uri/ /index.html; } location /api {