Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Update site-gateway.conf.mustache
Browse files Browse the repository at this point in the history
Update nginx conf so both /v* routes are regex based
  • Loading branch information
fieldju authored Nov 22, 2016
1 parent 39efb3d commit a54c0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/site-gateway.conf.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ server {
}

# Everything else under /v1/secret goes to Vault
location /v1/secret {
location ~ /v1/secret {
set $vault "{{{vaultHost}}}";
proxy_pass https://$vault;
}
Expand Down

0 comments on commit a54c0d4

Please sign in to comment.