commit | 3179bca6964f8d172f0b2de78ae52e2196c1fbc3 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Mon Feb 22 13:39:58 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Mon Feb 22 13:39:58 2016 +0100 |
tree | 3c146dd5b664e33eb6c0bd18b6b4c0fbfdb6ddbf | |
parent | f27354a677277da720baa2762a5c5dd567100691 [diff] [blame] |
Set security options
diff --git a/README.rst b/README.rst index 822dea5..179de58 100644 --- a/README.rst +++ b/README.rst
@@ -127,6 +127,20 @@ # mech is optional mech: GSSAPI +Tune security settings (these are default): + +.. code-block:: yaml + + parameters: + apache: + server: + # ServerTokens + tokens: Prod + # ServerSignature + signature: False + # TraceEnable + trace: False + Example pillar ==============