Update README.md
This commit is contained in:
parent
982e610ca0
commit
86ed5bbadb
1 changed files with 3 additions and 3 deletions
|
|
@ -32,9 +32,9 @@ $CONFIG = array (
|
|||
),
|
||||
'trusted_proxies' =>
|
||||
array (
|
||||
0 => '10.0.0.0/8',
|
||||
1 => '172.16.0.0/12',
|
||||
2 => '192.168.0.0/16',
|
||||
0 => ['10.0.0.0/8'],
|
||||
1 => ['172.16.0.0/12'],
|
||||
2 => ['192.168.0.0/16'],
|
||||
),
|
||||
'overwriteprotocol' => 'https',
|
||||
'maintenance_window_start' => 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue