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)"
|
SSLSessionCache "shmcb:/usr/local/apache2/logs/ssl_scache(512000)"
|
||||||
SSLSessionCacheTimeout 300
|
SSLSessionCacheTimeout 300
|
||||||
|
|
||||||
|
ServerAdmin admin@example.com
|
||||||
MDCertificateAgreement accepted
|
MDCertificateAgreement accepted
|
||||||
|
|
||||||
|
|
||||||
@ -40,7 +41,6 @@ MDomain test.example.com
|
|||||||
|
|
||||||
<VirtualHost 0.0.0.0:443>
|
<VirtualHost 0.0.0.0:443>
|
||||||
ServerName test.example.com
|
ServerName test.example.com
|
||||||
ServerAlias test
|
|
||||||
|
|
||||||
CustomLog /usr/local/apache2/logs/test_access.log combined
|
CustomLog /usr/local/apache2/logs/test_access.log combined
|
||||||
ErrorLog /usr/local/apache2/logs/test_error.log
|
ErrorLog /usr/local/apache2/logs/test_error.log
|
||||||
|
Reference in New Issue
Block a user