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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.cpp') diff --git a/config.cpp b/config.cpp index 4e33dfc..6050768 100644 --- a/config.cpp +++ b/config.cpp @@ -182,7 +182,7 @@ void Config::dump() const std::cout << "=============================================" << std::endl; } -std::string Config::DocRoot(const Socket& socket, const std::string& requested_host, const std::string& requested_path) +std::string Config::DocRoot(const Socket& socket, const std::string& requested_host, const std::string& requested_path) const { // TODO: speed this up std::string host{requested_host}; -- cgit v1.2.3