diff --git a/front/nginx.conf b/front/nginx.conf index 34fbd01a..fabf2f67 100644 --- a/front/nginx.conf +++ b/front/nginx.conf @@ -40,9 +40,6 @@ server { location / { root /usr/share/nginx/html; index index.html; - } - - location ~ ^/[@_]/ { try_files $uri $uri/ /index.html; } }