From 53a655530d64b1a2c44f5d078cd6fa7789f86b11 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 8 Jul 2020 14:03:06 +0000 Subject: [PATCH] add ServerAdmin to example configuration --- httpd-vhosts.conf-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd-vhosts.conf-template b/httpd-vhosts.conf-template index dcb1d25..b2dce18 100644 --- a/httpd-vhosts.conf-template +++ b/httpd-vhosts.conf-template @@ -18,6 +18,7 @@ SSLPassPhraseDialog builtin SSLSessionCache "shmcb:/usr/local/apache2/logs/ssl_scache(512000)" SSLSessionCacheTimeout 300 +ServerAdmin admin@example.com MDCertificateAgreement accepted @@ -40,7 +41,6 @@ MDomain test.example.com ServerName test.example.com - ServerAlias test CustomLog /usr/local/apache2/logs/test_access.log combined ErrorLog /usr/local/apache2/logs/test_error.log