Skip to content

Commit

Permalink
Add proxy_ssl_server_name to enable SNI (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm authored Aug 19, 2024
1 parent 3a4e851 commit bd2b6b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ server {
listen ${PROXY_PORT};

proxy_cache off;
proxy_ssl_server_name on;

server_tokens off;
client_max_body_size ${CLIENT_MAX_BODY_SIZE};
Expand Down

0 comments on commit bd2b6b0

Please sign in to comment.