Tells Nextcloud that it is behind a reverse proxy
This commit is contained in:
4
templates/Nextcloud/0/reverseproxy.config.php
Normal file
4
templates/Nextcloud/0/reverseproxy.config.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'trusted_proxies' => ['10.42.0.0/16'], // 10.42.0.0/16 is the default Rancher managed subnet
|
||||
);
|
||||
Reference in New Issue
Block a user