Tells Nextcloud that it is behind a reverse proxy

This commit is contained in:
WilliamMiceli
2019-07-29 11:51:45 -04:00
parent 5f00c3509e
commit 98d3dff8ea

View 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
);