瀏覽代碼

docs(readme): document vhosts clean/cleanup

Linked to #372

Properly document ``apache.config.vhosts.clean`` and ``apache.config.vhosts.cleanup``, and the differences between them.
tags/v1.2.1
Yoda-BZH 3 年之前
父節點
當前提交
2d72dff82b
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 11 行新增0 行删除
  1. +11
    -0
      docs/README.rst

+ 11
- 0
docs/README.rst 查看文件

@@ -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
-------


Loading…
取消
儲存