Skip to content

Commit d38179e

Browse files
committed
Manually merge PR255 to fix type of jupyter_services_enable_proxy_https argument
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6246 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent bc23675 commit d38179e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mig/install/generateconfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def main(argv, _generate_confs=generate_confs, _print=print):
9999
'ftps_pasv_ports',
100100
'davs_address',
101101
'jupyter_services',
102-
'jupyter_services_enable_proxy_https',
103102
'jupyter_services_proxy_config',
104103
'jupyter_services_desc',
105104
'cloud_fqdn',
@@ -301,6 +300,7 @@ def main(argv, _generate_confs=generate_confs, _print=print):
301300
'daemon_pubkey_from_dns',
302301
'seafile_ro_access',
303302
'public_use_https',
303+
'jupyter_services_enable_proxy_https',
304304
'prefer_python3',
305305
'io_account_expire',
306306
'gdp_email_notify',

0 commit comments

Comments
 (0)