File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
common/etc/nginx/templates Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,9 @@ server {
90
90
# with S3 at all.
91
91
proxy_pass_request_headers off;
92
92
93
+ # Enable passing of the server name through TLS Server Name Indication extension.
94
+ proxy_ssl_server_name on;
95
+
93
96
# Set the Authorization header to the AWS Signatures credentials
94
97
proxy_set_header Authorization $s3auth;
95
98
proxy_set_header X-Amz-Security-Token $s3SecurityToken;
@@ -129,6 +132,9 @@ server {
129
132
# with S3 at all.
130
133
proxy_pass_request_headers off;
131
134
135
+ # Enable passing of the server name through TLS Server Name Indication extension.
136
+ proxy_ssl_server_name on;
137
+
132
138
# Set the Authorization header to the AWS Signatures credentials
133
139
proxy_set_header Authorization $s3auth;
134
140
proxy_set_header X-Amz-Security-Token $s3SecurityToken;
You can’t perform that action at this time.
0 commit comments