From 98d3dff8eab786717ef9da3e8ef7fc67adb6c9a3 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Mon, 29 Jul 2019 11:51:45 -0400 Subject: [PATCH] Tells Nextcloud that it is behind a reverse proxy --- templates/Nextcloud/0/reverseproxy.config.php | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/Nextcloud/0/reverseproxy.config.php diff --git a/templates/Nextcloud/0/reverseproxy.config.php b/templates/Nextcloud/0/reverseproxy.config.php new file mode 100644 index 0000000..0d24671 --- /dev/null +++ b/templates/Nextcloud/0/reverseproxy.config.php @@ -0,0 +1,4 @@ + ['10.42.0.0/16'], // 10.42.0.0/16 is the default Rancher managed subnet +); \ No newline at end of file