fixed Issue 1430:options_std.py ssl_certificate and ssl_private_key default value broken on web2py 2.4.5, thanks wprins
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.4.5-stable+timestamp.2013.04.06.09.42.00
|
||||
Version 2.4.5-stable+timestamp.2013.04.06.09.43.40
|
||||
|
||||
+2
-2
@@ -19,8 +19,8 @@ password = '<recycle>' # ## <recycle> means use the previous password
|
||||
pid_filename = 'httpserver.pid'
|
||||
log_filename = 'httpserver.log'
|
||||
profiler_filename = None
|
||||
ssl_certificate = None # 'ssl_certificate.pem' # ## path to certificate file
|
||||
ssl_private_key = None # 'ssl_private_key.pem' # ## path to private key file
|
||||
ssl_certificate = '' # 'ssl_certificate.pem' # ## path to certificate file
|
||||
ssl_private_key = '' # 'ssl_private_key.pem' # ## path to private key file
|
||||
#numthreads = 50 # ## deprecated; remove
|
||||
minthreads = None
|
||||
maxthreads = None
|
||||
|
||||
Reference in New Issue
Block a user