소스 검색

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

Fixes #39.
susefix
Erik Johnson 10 년 전
부모
커밋
eaf88dd5de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      pillar.example

+ 1
- 1
pillar.example 파일 보기

@@ -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…
취소
저장