[main/httpd] Configurable web root directory over cli parameter

This commit is contained in:
chme
2017-12-03 09:21:17 +01:00
committed by ejurgensen
parent 8776aa36e2
commit 7083c65314
3 changed files with 53 additions and 28 deletions

View File

@@ -157,7 +157,7 @@ int
httpd_basic_auth(struct evhttp_request *req, const char *user, const char *passwd, const char *realm);
int
httpd_init(void);
httpd_init(const char *webroot);
void
httpd_deinit(void);