mirror of
https://github.com/cesanta/mongoose.git
synced 2025-07-20 19:26:23 +08:00
Listen on INADDR_ANY by default
This commit is contained in:
parent
1b82aa02aa
commit
f6cebf6956
@ -6,7 +6,7 @@
|
||||
|
||||
static const char *s_debug_level = "2";
|
||||
static const char *s_root_dir = NULL;
|
||||
static const char *s_listening_address = "http://localhost:8000";
|
||||
static const char *s_listening_address = "http://0.0.0.0:8000";
|
||||
static const char *s_enable_hexdump = "no";
|
||||
static const char *s_ssi_pattern = "#.html";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user