Fix the alt names defaults.
This commit is contained in:
parent
80c74125aa
commit
893e25baaf
|
@ -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'
|
||||
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue