Files
Personal-Rancher-Catalog/templates/Nextcloud/0/reverseproxy.config.php
2019-07-29 11:51:45 -04:00

4 lines
121 B
PHP

<?php
$CONFIG = array (
'trusted_proxies' => ['10.42.0.0/16'], // 10.42.0.0/16 is the default Rancher managed subnet
);