fix
This commit is contained in:
@@ -19,6 +19,12 @@ data:
|
||||
'loglevel' => 0,
|
||||
'logdateformat' => 'F d, Y H:i:s',
|
||||
);
|
||||
proxy.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'trusted_proxies' => array('10.244.0.0/16','2001:cafe:42::1'),
|
||||
'overwriteprotocol' => 'https',
|
||||
);
|
||||
.htaccess: |-
|
||||
# line below if for Apache 2.4
|
||||
<ifModule mod_authz_core.c>
|
||||
|
||||
Reference in New Issue
Block a user