From: RISCi_ATOM Date: Sun, 11 Aug 2024 20:45:06 +0000 (-0400) Subject: uhttpd: Make https redirect the default in luci X-Git-Tag: v6.1~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6eceaa033fff11210d8a66dca1ac704d39e30b0;p=librecmc%2Flibrecmc.git uhttpd: Make https redirect the default in luci --- diff --git a/package/network/services/uhttpd/files/uhttpd.config b/package/network/services/uhttpd/files/uhttpd.config index 7e43681064..117594e8d0 100644 --- a/package/network/services/uhttpd/files/uhttpd.config +++ b/package/network/services/uhttpd/files/uhttpd.config @@ -10,7 +10,7 @@ config uhttpd main list listen_https [::]:443 # Redirect HTTP requests to HTTPS if possible - option redirect_https 0 + option redirect_https 1 # Server document root option home /www