From 2f246c71d59943c7f03969bdcd3b9aa39386805f Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 25 Apr 2019 01:12:42 +0800 Subject: [PATCH] uhttpd: don't listen on 443 --- package/network/services/uhttpd/Makefile | 2 +- package/network/services/uhttpd/files/uhttpd.config | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index 29f1c89f1..2a6fa3bbb 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git diff --git a/package/network/services/uhttpd/files/uhttpd.config b/package/network/services/uhttpd/files/uhttpd.config index ce67caddd..2ad572cc3 100644 --- a/package/network/services/uhttpd/files/uhttpd.config +++ b/package/network/services/uhttpd/files/uhttpd.config @@ -5,10 +5,6 @@ config uhttpd main list listen_http 0.0.0.0:80 list listen_http [::]:80 - # HTTPS listen addresses, multiple allowed - list listen_https 0.0.0.0:443 - list listen_https [::]:443 - # Redirect HTTP requests to HTTPS if possible option redirect_https 0