Fixed YAML parsing On/Off as True/False
True and False are not correct values for apache config
This commit is contained in:
parent
3e650f5c48
commit
57d11a1cf0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user