Skip to content

Commit

Permalink
Add proxy for v2/ endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
varmar05 committed Sep 25, 2023
1 parent f88d913 commit 111a26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ server {
proxy_buffering off;
}

location ~ ^/(v1/|app/|ping|config) {
location ~ ^/(v1/|v2/|app/|ping|config) {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
Expand Down

0 comments on commit 111a26d

Please sign in to comment.