Closed urbaman closed 1 month ago
This is a bug reporting channel for the image. You can find help configuring/debugging your deployment on the forums: https://help.nextcloud.com/
If I so set APACHE_DISABLE_REWRITE_IP=1 I only get Traefik container IP in the logs (and it is among the trusted proxies IPs, see config and logs), if I do not set it, I only get Cloudflare's IP.
P.S. Check your nextcloud.log
and/or Administration settings->Overview for confirm what the remote IP address of the client connections are from Nextcloud's perspective. The log you included is the Apache log, which doesn't know anything about trusted_proxies
.
Hi,
I'm trying to make this thing work (docker image, latest) behind traefik and cloudflare (browser -> cloudlfare -> traefik -> nextcloud)
If I so set
APACHE_DISABLE_REWRITE_IP=1
I only get Traefik container IP in the logs (and it is among the trusted proxies IPs, see config and logs), if I do not set it, I only get Cloudflare's IP.Also tried both
and
No way to get the client's IP.
Config:
Logs: