add ServerAdmin to example configuration

This commit is contained in:
2020-07-08 14:03:06 +00:00
parent 5f93f36c1e
commit 53a655530d

View File

@ -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
<VirtualHost 0.0.0.0:443>
ServerName test.example.com
ServerAlias test
CustomLog /usr/local/apache2/logs/test_access.log combined
ErrorLog /usr/local/apache2/logs/test_error.log