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 1828f68 commit c4212dfCopy full SHA for c4212df
common/etc/nginx/templates/default.conf.template
@@ -107,6 +107,7 @@ server {
107
108
# Enable passing of the server name through TLS Server Name Indication extension.
109
proxy_ssl_server_name on;
110
+ proxy_ssl_name ${S3_SERVER};
111
112
# Set the Authorization header to the AWS Signatures credentials
113
proxy_set_header Authorization $s3auth;
@@ -153,6 +154,7 @@ server {
153
154
155
156
157
158
159
160
0 commit comments