We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293a808 commit 003085bCopy full SHA for 003085b
1 file changed
components/cdn/nginx-config.yaml
@@ -102,10 +102,11 @@ data:
102
proxy_no_cache 0;
103
proxy_ignore_headers Cache-Control Expires Set-Cookie;
104
105
- location / {
+ location /firmware-images/ {
106
# Forward to Object Storage.
107
# S3-compatible API expects requests in the form: /bucket/key
108
- proxy_pass http://s3_origin/firmware-images$request_uri;
+ # Our bucket is called firmware-images
109
+ proxy_pass http://s3_origin$request_uri;
110
111
proxy_http_version 1.1;
112
proxy_set_header Connection ""; # keepalive to upstream
0 commit comments