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:
parent
12d6665bf2
commit
4358ced3a2
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user