Skip to content

Commit

Permalink
nginx: add rule to route /updateuser to old ui (PROJQUAY-6722) (quay#…
Browse files Browse the repository at this point in the history
…2706)

add rule to route /updateuser to old ui
  • Loading branch information
Sunandadadi authored and ibazulic committed Mar 11, 2024
1 parent b4749e8 commit 11108a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/nginx/server-base.conf.jnj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ location /signin {
proxy_pass http://web_app_server/;
}

# Temporarily force /updateuser for old and new UI to route to web app
location /updateuser {
proxy_pass http://web_app_server/;
}

location /angular {
# Expire cookie and switch to old UI
add_header Set-Cookie "patternfly=deleted; path=/; Expires=Thu, Jan 01 1970 00:00:00 UTC";
Expand Down

0 comments on commit 11108a9

Please sign in to comment.