mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-28 06:37:11 +01:00
Changed the default bind host in WebServerSimple to 0.0.0.0 for convenience.
This commit is contained in:
parent
045ff319ce
commit
d9512f8d40
@ -220,7 +220,7 @@ WebServerSimple::WebServerSimple() {
|
|||||||
_max_request_size = 3;
|
_max_request_size = 3;
|
||||||
|
|
||||||
_bind_port = 8080;
|
_bind_port = 8080;
|
||||||
_bind_host = "127.0.0.1";
|
_bind_host = "0.0.0.0";
|
||||||
|
|
||||||
_use_ssl = false;
|
_use_ssl = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user