Unverified Commit 7eba6808 authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Update values.j2

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -141,10 +141,10 @@ proxyconfig: |-
add_header Content-Type text/plain;
return 200;
}
set $s3_bucket "sunbirddevbbpublic.blob.core.windows.net";
set $s3_bucket "{{upstream_url}}";
set $url_full '$1';
proxy_http_version 1.1;
proxy_set_header Host $s3_bucket;
proxy_set_header Host "{{upstream_url.split('/')[0]|lower}}";
proxy_set_header Authorization '';
proxy_hide_header Access-Control-Allow-Origin;
proxy_hide_header Access-Control-Allow-Methods;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment