From e679b0241662ea7c1910b9fc02ed0cb8f59b0de6 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 11 Jan 2023 15:27:23 +0100 Subject: Test CGI --- config.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'config.cpp') diff --git a/config.cpp b/config.cpp index 2b37f91..49a78d9 100644 --- a/config.cpp +++ b/config.cpp @@ -173,6 +173,7 @@ void Config::readConfigfile(const std::filesystem::path& filename) void Config::expand_socket_sites() { + // if no serving site is defined for a socket, serve all sites there for (auto& socket: m_sockets) { if (socket.serve_sites.empty()) { for (const auto& site: m_sites) { -- cgit v1.2.3