diff --git a/conf/nginx.conf b/conf/nginx.conf index 8cef6fb..5f21422 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,5 @@ -location ~ ^/(api|login|styles|static|(?!.+/).*) { +rewrite ^$ /; +location ~ ^(/api|/login|/styles|/static|/manifest.json|/$) { # Force usage of https if ($scheme = http) {