Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down