From 627e9d325ff69f761e5238e542f11dce7e61d4f4 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 13 Apr 2022 15:39:32 +0200 Subject: [PATCH] fix domain config Signed-off-by: szaimen --- php/containers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index 63112c4c..9aa3c060 100644 --- a/php/containers.json +++ b/php/containers.json @@ -168,7 +168,7 @@ "9980" ], "environmentVariables": [ - "domain=%NC_DOMAIN%", + "aliasgroup1=https://%NC_DOMAIN%:443", "extra_params=--o:ssl.enable=false --o:ssl.termination=true --o:logging.level=warning" ], "volumes": [],