Skip to content

Commit bd2b6b0

Browse files
authored
Add proxy_ssl_server_name to enable SNI (#284)
1 parent 3a4e851 commit bd2b6b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx/templates/default.conf.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ server {
77
listen ${PROXY_PORT};
88

99
proxy_cache off;
10+
proxy_ssl_server_name on;
1011

1112
server_tokens off;
1213
client_max_body_size ${CLIENT_MAX_BODY_SIZE};

0 commit comments

Comments
 (0)