1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-06-08 08:21:54 +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; struct mg_callbacks callbacks;
const char *options[] = { const char *options[] = {
"listening_ports", "8080", "listening_ports", "8080",
"document_root", "websocket_html_root", "document_root", "docroot",
NULL NULL
}; };