From 918685c1c09de1e3cd14c41bb8cc8b89a177ccd2 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 5 Apr 2020 12:03:52 +0200 Subject: Different certificates for different hosts --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 0f5ec78..1c938c0 100644 --- a/config.h +++ b/config.h @@ -71,7 +71,7 @@ class Config const std::vector& Sockets() const; /// param[in] requested_host e.g. www.domain.com:8080 or www.domain.com - std::string DocRoot(const Socket& socket, const std::string& requested_host, const std::string& requested_path); + std::string DocRoot(const Socket& socket, const std::string& requested_host, const std::string& requested_path) const; void dump() const; }; -- cgit v1.2.3