Skip to content

Commit

Permalink
fix: add leading / for specific location in snippet for nginx.conf
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
kurokobo authored and ipanova committed Mar 6, 2024
1 parent 9c0919f commit 04b5154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp_container/app/webserver_snippets/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ location /v2/ {
client_max_body_size 0;
}

location extensions/v2/ {
location /extensions/v2/ {
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 04b5154

Please sign in to comment.