1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-06-05 10:02:39 +03:00

Update "document_root" to match new layout/naming.

This commit is contained in:
William Greathouse 2013-09-05 17:19:56 -04:00 committed by Thomas Davis
parent 12d6665bf2
commit 4358ced3a2

View File

@ -32,7 +32,7 @@ int main(void)
struct mg_callbacks callbacks;
const char *options[] = {
"listening_ports", "8080",
"document_root", "websocket_html_root",
"document_root", "docroot",
NULL
};