mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-28 00:16:17 +02:00
Add custom URL prefix for HTTP URLs (#1260)
Co-authored-by: Johannes Pohl <johannes.pohl@badaix.de>
This commit is contained in:
parent
342eda02a0
commit
b5284301c5
4 changed files with 18 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue