Update zamba.conf.example

Added Nextcloud_RevProx
Parameter will used to config a trusted proxy in config.php
This commit is contained in:
DerFossiBaer 2021-05-05 10:35:46 +02:00 committed by GitHub
parent 3971df5e7c
commit 8e6c7b5e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"