add ServerAdmin to example configuration
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user