diff --git a/front/nginx.conf b/front/nginx.conf index 9521137c..876ee916 100644 --- a/front/nginx.conf +++ b/front/nginx.conf @@ -45,7 +45,7 @@ server { rewrite ^/jwt /index.html break; } - location ~ ^/[@_]/ { + location ~ ^/[@_*]/ { try_files $uri $uri/ /index.html; } }