ソースを参照

Merge pull request #196 from bebosudo/fix_tab_pillar_example

Replace tabs in pillar.example with spaces.
tags/v0.55.0
Javier Bértoli 6年前
コミット
3a5b51940e
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      pillar.example

+ 1
- 1
pillar.example ファイルの表示

@@ -86,7 +86,7 @@ nginx:
# on) are not processed and just upload the file from source
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
pid: /var/run/nginx.pid ### Directory location must exist
pid: /var/run/nginx.pid # Directory location must exist
events:
worker_connections: 768
http:

読み込み中…
キャンセル
保存