diff --git a/front/nginx.conf b/front/nginx.conf index 34fbd01a..9521137c 100644 --- a/front/nginx.conf +++ b/front/nginx.conf @@ -40,6 +40,9 @@ server { location / { root /usr/share/nginx/html; index index.html; + rewrite ^/register/ /index.html break; + rewrite ^/login /index.html break; + rewrite ^/jwt /index.html break; } location ~ ^/[@_]/ {