From 923335daf14787488f2af7acb9d7aa7dbe79d5f1 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 14 Nov 2022 11:39:31 +0530 Subject: [PATCH] master-compose: disable IP rewrite for nextcloud --- master-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/master-compose.yml b/master-compose.yml index a56d17d..229aace 100644 --- a/master-compose.yml +++ b/master-compose.yml @@ -121,6 +121,7 @@ services: - POSTGRES_HOST=nextcloud-db # - NEXTCLOUD_HOSTNAME=cloud.thefossguy.com - NEXTCLOUD_TRUSTED_DOMAINS=cloud.thefossguy.com + - APACHE_DISABLE_REWRITE_IP=1 - OVERWRITECLIURL=https://cloud.thefossguy.com - OVERWRITEPROTOCOL=https - TZ=Asia/Kolkata