7 lines
165 B
PHP
7 lines
165 B
PHP
<?php
|
|
$CONFIG = array (
|
|
'overwriteprotocol' => 'https',
|
|
'trusted_proxies' => array('172.19.0.2'),
|
|
'forwarded_for_headers' => array('HTTP_X_FORWARDED_FOR'),
|
|
);
|