From 8e6c7b5e6a1d92e5a689d64f63cfd71dfffc14b5 Mon Sep 17 00:00:00 2001 From: DerFossiBaer <56678897+DerFossiBaer@users.noreply.github.com> Date: Wed, 5 May 2021 10:35:46 +0200 Subject: [PATCH] Update zamba.conf.example Added Nextcloud_RevProx Parameter will used to config a trusted proxy in config.php --- conf/zamba.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/zamba.conf.example b/conf/zamba.conf.example index b1f9a76..73cbbfc 100644 --- a/conf/zamba.conf.example +++ b/conf/zamba.conf.example @@ -124,5 +124,5 @@ NEXTCLOUD_ADMIN_PWD="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head # Defines the data directory, which will be createt under LXC_SHAREFS_MOUNTPOINT NEXTCLOUD_DATA="nc_data" - - +# Defines the trusted reverse proxy, which will enable the detection of source ip to fail2ban +NEXTCLOUD_REVPROX="192.168.100.254"