ソースを参照

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


読み込み中…
キャンセル
保存