Skip to content

Commit

Permalink
Merge pull request #1243 from ORCID/revertNginxReset
Browse files Browse the repository at this point in the history
backed out nginx password reset change
  • Loading branch information
auumgn authored Aug 7, 2024
2 parents c08644b + 408d4dc commit 536d5ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/container-files/etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ 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 536d5ef

Please sign in to comment.