Quote "on" to keep it from being loaded as bool

Fixes #39.
This commit is contained in:
Erik Johnson 2014-07-04 22:34:48 -05:00
parent 01cb1f9576
commit eaf88dd5de

View File

@ -50,7 +50,7 @@ nginx:
events:
worker_connections: 768
http:
sendfile: on
sendfile: 'on'
include:
- /etc/nginx/mime.types
- /etc/nginx/conf.d/*.conf