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