Merge pull request #374 from Yoda-BZH/master

docs(readme): document vhosts clean/cleanup
This commit is contained in:
Imran Iqbal 2021-10-20 10:22:53 +01:00 committed by GitHub
commit cde7c5b6db
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
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
-------