Fix the alt names defaults.

This commit is contained in:
Andrea Dell'Amico 2020-08-28 19:22:26 +02:00
parent 80c74125aa
commit 893e25baaf
2 changed files with 5 additions and 3 deletions

View File

@ -13,8 +13,10 @@ jupyter_hub_external_proxy_ips:
- '127.0.0.1'
jupyter_hub_trusted_alt_names:
- '127.0.0.1'
- 'localhost'
- 'IP:127.0.0.1'
- 'DNS:localhost'
jupyter_hub_spawner_local_alt_names: True
jupyter_hub_ip: '127.0.0.1'

View File

@ -792,7 +792,7 @@ c.Spawner.default_url = ''
#c.Spawner.ssl_alt_names = []
## Whether to include DNS:localhost, IP:127.0.0.1 in alt names
#c.Spawner.ssl_alt_names_include_local = True
c.Spawner.ssl_alt_names_include_local = {{ jupyter_hub_spawner_local_alt_names }}
## Timeout (in seconds) before giving up on starting of single-user server.
#