This commit is contained in:
2023-07-18 12:26:48 +02:00
parent 565b67375b
commit ef82777d4d
3 changed files with 71 additions and 62 deletions

View File

@@ -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>