From a6eceaa033fff11210d8a66dca1ac704d39e30b0 Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Sun, 11 Aug 2024 16:45:06 -0400 Subject: [PATCH] uhttpd: Make https redirect the default in luci --- package/network/services/uhttpd/files/uhttpd.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1