feat: nginx option - ssl_server_name

This commit is contained in:
MrJmpl3 2022-10-03 18:24:51 -05:00
parent b7771d67a4
commit eb1d8d6475
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ export default global => {
config.proxy_http_version = '1.1';
config.proxy_cache_bypass = '$http_upgrade';
config['# Proxy SSL'] = '';
config['proxy_ssl_server_name'] = 'on';
config['# Proxy headers'] = '';
config['proxy_set_header Upgrade'] = '$http_upgrade';
config['proxy_set_header Connection'] = '$connection_upgrade';