Set default www-root to a relative path
This commit is contained in:
@@ -7,7 +7,7 @@ bool ServerConfiguration::LoadFromFile(std::string const & filePath)
|
||||
}
|
||||
|
||||
ServerConfiguration::ServerConfiguration()
|
||||
: wwwRoot("/home/tijmen/project/http-server/bin/www"),
|
||||
: wwwRoot("./www"),
|
||||
serverName("http-server"),
|
||||
port(8080)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user