Skip to content

Commit

Permalink
Redirect qa2 to qa.o.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Oct 23, 2024
1 parent 4c81605 commit a155542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/www-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
nginx_proxy_conf_http:
- "client_max_body_size 2g"
nginx_proxy_backends:
# Proxy for QA application
- location: /qa2
server: https://www-legacy.openmicroscopy.org/qa2
- location: /static
server: https://www-legacy.openmicroscopy.org
nginx_proxy_redirect_map_locations:
Expand Down Expand Up @@ -66,6 +63,9 @@
- match: "~/site/news/?$"
dest: /announcements

# redirect qa2 to updated QA application
- match: "~/qa2/?$"
dest: https://qa.openmicroscopy.org
# about
- match: "~/site/about/?$"
dest: /about
Expand Down

0 comments on commit a155542

Please sign in to comment.