From 6e2872b9538ef82a9480a6ea91ed2d98e727e47e Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Mon, 19 Sep 2022 23:43:42 +0200 Subject: [PATCH] aio-apache configuration now uses NEXTCLOUD_HOST env variable (#1173) instead of hardcoded container name --- Containers/apache/nextcloud.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/apache/nextcloud.conf b/Containers/apache/nextcloud.conf index d701a264..15bc63c8 100644 --- a/Containers/apache/nextcloud.conf +++ b/Containers/apache/nextcloud.conf @@ -2,7 +2,7 @@ Listen 8000 # PHP match - SetHandler "proxy:fcgi://nextcloud-aio-nextcloud:9000" + SetHandler "proxy:fcgi://${NEXTCLOUD_HOST}:9000" # Nextcloud dir DocumentRoot /var/www/html/