Merge pull request #1 from Yoda-BZH/yodabzh-document-states-cleanup

docs(readme): document vhosts clean/cleanup
This commit is contained in:
Yoda-BZH 2021-10-20 11:16:43 +02:00 committed by GitHub
commit f35e7dc32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,6 +299,17 @@ Example Pillar:
SSLCertificateKeyFile: /path/to/ssl.key SSLCertificateKeyFile: /path/to/ssl.key
SSLCertificateChainFile: /path/to/ssl.ca.crt SSLCertificateChainFile: /path/to/ssl.ca.crt
``apache.config.vhosts.clean``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Remove non-declared virtual hosts, and deactivates the service.
``apache.config.vhosts.cleanup``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Remove non-declared virtual hosts, but keeps the service running.
Testing Testing
------- -------