mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Listen to all hosts
This commit is contained in:
parent
abba864239
commit
2a57a4cd3b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ ini_set('display_errors', 1);
|
|||
ini_set('display_startup_errors', 1);
|
||||
error_reporting(E_ALL);
|
||||
|
||||
$http = new Server("localhost", 80);
|
||||
$http = new Server("0.0.0.0", 80);
|
||||
|
||||
$http
|
||||
->set([
|
||||
|
|
|
|||
Loading…
Reference in a new issue