add: file sending capability
This commit is contained in:
parent
6178ef3c7b
commit
760cec9a20
18 changed files with 79 additions and 53 deletions
3
main.c
3
main.c
|
@ -69,6 +69,9 @@ main(int argc, const char** argv)
|
|||
|
||||
fclose(ini_file);
|
||||
|
||||
global_config.http_server_opts.document_root = "."; // Serve current directory
|
||||
global_config.http_server_opts.enable_directory_listing = "yes";
|
||||
|
||||
|
||||
/******************** SETUP DATABASE ********************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue