Browse Source

Merge d99334afd3 into ff95b5e408

pull/429/merge
leonklingele 9 years ago committed by GitHub
parent
commit
82900e16bd
  1. 4
      server.conf.in

4
server.conf.in

@ -26,8 +26,8 @@ listen = 127.0.0.1:8080 @@ -26,8 +26,8 @@ listen = 127.0.0.1:8080
;certificate = server.crt
; Full path to PEM encoded private key.
;key = server.key
; Mimimal supported encryption standard (SSLv3, TLSv1, TLSv1.1 or TLSv1.2).
;minVersion = SSLv3
; Mimimal supported encryption standard (TLSv1, TLSv1.1 or TLSv1.2).
;minVersion = TLSv1.2
; HTTPS socket read timeout in seconds.
;readtimeout = 10
; HTTPS socket write timeout in seconds.

Loading…
Cancel
Save