Skip to content

Commit

Permalink
Merge pull request #1219 from ORCID/chore/L08_typo_fix_in_redirects
Browse files Browse the repository at this point in the history
typo fix on assertions
  • Loading branch information
jthomas-orcid authored Jun 11, 2024
2 parents ce4098f + 685d7db commit 995bd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/container-files/etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ server {
# Redirect Old Links
rewrite ^/member(.*)$ /en/members$1;
rewrite ^/user(.*)$ /en/users$1;
rewrite ^/assertion(.*)$ /en$1;
rewrite ^/assertion(.*)$ /en/affiliations$1;

# Temporary Rule, when the UI app is served from the root instead of `/ui` then this rewrite rule can be removed.
rewrite ^/ui/(.*)$ /$1 last;
Expand Down

0 comments on commit 995bd2d

Please sign in to comment.