Skip to content

Commit

Permalink
added rewrite for password reset
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed Aug 7, 2024
1 parent 7980f96 commit d1ac632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/container-files/etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ server {
rewrite ^/user(.*)$ /en/users$1;
rewrite ^/assertion(.*)$ /en/affiliations$1;
rewrite ^/landing-page(.*)$ /en/landing-page$1;
rewrite ^/reset(.*)$ /en/reset$1;

# 1.) if no langCode in path eg '/' then default to /en/index.html
try_files $uri/en/index.html $uri/en/index.html;
Expand Down

0 comments on commit d1ac632

Please sign in to comment.