uhttpd: adjust settings
This commit is contained in:
parent
17252389b7
commit
783e5b63dd
@ -10,7 +10,7 @@ config uhttpd main
|
||||
list listen_https [::]:443
|
||||
|
||||
# Redirect HTTP requests to HTTPS if possible
|
||||
option redirect_https 1
|
||||
option redirect_https 0
|
||||
|
||||
# Server document root
|
||||
option home /www
|
||||
@ -119,7 +119,7 @@ config cert defaults
|
||||
option days 730
|
||||
|
||||
# key type: rsa or ec
|
||||
option key_type rsa
|
||||
option key_type ec
|
||||
|
||||
# RSA key size
|
||||
option bits 2048
|
||||
|
||||
Loading…
Reference in New Issue
Block a user