Add http_match_host and update 060_virtual_hosts_over_https.c

This commit is contained in:
2025-10-17 12:10:35 +02:00
parent e26042e2e7
commit 17ad7ad383
7 changed files with 47 additions and 14 deletions
+2 -6
View File
@@ -23,12 +23,8 @@ endif
HTTPS ?= 0
ifneq ($(HTTPS),0)
ifeq ($(OS),Windows_NT)
$(error "HTTPS not supported on Windows")
else
CFLAGS += -DHTTPS_ENABLED
LFLAGS += -lssl -lcrypto
endif
CFLAGS += -DHTTPS_ENABLED
LFLAGS += -lssl -lcrypto
endif
# Installation directories