Skip to content

Commit

Permalink
Remove proxy-pass-header in nginx configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWatenbergScality committed Jun 12, 2023
1 parent 6edc1bb commit 8df6ee9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions conf/zenko-ui-nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ server {
rewrite /s3/(.*) /$1 break;
proxy_pass http://10.200.2.13:8000/;
proxy_redirect off;
# proxy_set_header host $host:$server_port;
# proxy_set_header proxy_path /s3/$1;
}

location /iam {
proxy_pass http://10.200.2.13:8600/;
# proxy_set_header host $host:$server_port;
# proxy_set_header proxy_path /iam;
}

location /sts {
Expand Down

0 comments on commit 8df6ee9

Please sign in to comment.