Skip to content

Commit

Permalink
Merge pull request #29 from trento-project/add-checks-v3-proxy
Browse files Browse the repository at this point in the history
Add checks v3 path to proxy redirection
  • Loading branch information
arbulu89 authored Mar 5, 2024
2 parents 6458020 + a764221 commit 18722c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/proxy/templates/trento.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ server {
ssl_session_cache shared:SSL:10m;

# Wanda rule
location ~ ^/(api/checks|api/v1/checks|api/v2/checks)/ {
location ~ ^/(api/checks|api/v1/checks|api/v2/checks|api/v3/checks)/ {
allow all;

# Proxy Headers
Expand Down

0 comments on commit 18722c1

Please sign in to comment.