We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08644b commit 408d4dcCopy full SHA for 408d4dc
ui/container-files/etc/nginx/conf.d/default.conf
@@ -38,7 +38,6 @@ server {
38
rewrite ^/user(.*)$ /en/users$1;
39
rewrite ^/assertion(.*)$ /en/affiliations$1;
40
rewrite ^/landing-page(.*)$ /en/landing-page$1;
41
- rewrite ^/reset(.*)$ /en/reset$1;
42
43
# 1.) if no langCode in path eg '/' then default to /en/index.html
44
try_files $uri/en/index.html $uri/en/index.html;
0 commit comments