Fixed YAML parsing On/Off as True/False

True and False are not correct values for apache config
This commit is contained in:
Alexander Kozlov 2015-12-17 02:50:37 +03:00
parent 3e650f5c48
commit 57d11a1cf0

View File

@ -118,7 +118,7 @@ apache:
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
keepalive: On
keepalive: 'On'
security:
# can be Full | OS | Minimal | Minor | Major | Prod