Add custom URL prefix for HTTP URLs (#1260)

Co-authored-by: Johannes Pohl <johannes.pohl@badaix.de>
This commit is contained in:
Rechner Fox 2024-07-23 12:49:15 -07:00 committed by badaix
parent 342eda02a0
commit b5284301c5
4 changed files with 18 additions and 8 deletions

View file

@ -73,6 +73,7 @@ struct ServerSettings
std::vector<std::string> ssl_bind_to_address{{"0.0.0.0"}};
std::string doc_root{""};
std::string host{"<hostname>"};
std::string url_prefix{""};
};
struct Tcp