Merge pull request #196 from bebosudo/fix_tab_pillar_example

Replace tabs in pillar.example with spaces.
This commit is contained in:
Javier Bértoli 2018-09-23 19:04:21 -03:00 committed by GitHub
commit 3a5b51940e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ nginx:
# on) are not processed and just upload the file from source # on) are not processed and just upload the file from source
worker_processes: 4 worker_processes: 4
load_module: modules/ngx_http_lua_module.so # this will be passed very first in configuration; otherwise nginx will fail to start load_module: modules/ngx_http_lua_module.so # this will be passed very first in configuration; otherwise nginx will fail to start
pid: /var/run/nginx.pid ### Directory location must exist pid: /var/run/nginx.pid # Directory location must exist
events: events:
worker_connections: 768 worker_connections: 768
http: http: