diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-11 15:27:23 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-11 15:27:23 +0100 |
commit | e679b0241662ea7c1910b9fc02ed0cb8f59b0de6 (patch) | |
tree | 3ee941465c80f9331de48cb3230515fb27460305 /config.cpp | |
parent | 478e9f340fe303f3171f4184f494947bf39e3dbf (diff) |
Test CGI
Diffstat (limited to 'config.cpp')
-rw-r--r-- | config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |