Browse Source

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

Fixes #39.
susefix
Erik Johnson 10 years ago
parent
commit
eaf88dd5de
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pillar.example

+ 1
- 1
pillar.example 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

Loading…
Cancel
Save