diff --git a/services/frontend/nginx.conf.template b/services/frontend/nginx.conf.template index 00f5bb412..499e3cbe6 100644 --- a/services/frontend/nginx.conf.template +++ b/services/frontend/nginx.conf.template @@ -48,7 +48,7 @@ http { add_header Cache-Control "public"; } - location ^~ / { + location / { try_files ${ESC}uri /index.html; # From https://quasar.dev/quasar-cli-vite/developing-spa/deploying/ #