uhttpd: adjust settings

This commit is contained in:
CN_SZTL 2019-10-31 13:04:45 +08:00
parent 17252389b7
commit 783e5b63dd
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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