From e4c5f77768de0572062491045e29d861cb4a22a7 Mon Sep 17 00:00:00 2001 From: Joerg Elfring Date: Thu, 23 Jul 2020 16:32:55 +0200 Subject: [PATCH] aap: The serveradmin email is now defined by an explicit env --- aap/assets/httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aap/assets/httpd.conf b/aap/assets/httpd.conf index 3d5d77c..cf647b6 100644 --- a/aap/assets/httpd.conf +++ b/aap/assets/httpd.conf @@ -199,7 +199,7 @@ Group apache # e-mailed. This address appears on some server-generated pages, such # as error documents. e.g. admin@your-domain.com # -ServerAdmin info@${HOSTNAME} +ServerAdmin ${SERVERADMINMAIL} # # Optionally add a line containing the server version and virtual host