diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-05 12:03:52 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-05 12:03:52 +0200 |
commit | 918685c1c09de1e3cd14c41bb8cc8b89a177ccd2 (patch) | |
tree | f803517e6a34be0216f00249dd62525eadce0d05 /config.h | |
parent | cbfc28a946ded64e9402e1e6d32511150339ec72 (diff) |
Different certificates for different hosts
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ class Config const std::vector<Socket>& 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; }; |