瀏覽代碼

Example for load_module: comment how it works

master
Konrad Mosoń 6 年之前
父節點
當前提交
c75ad64348
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      pillar.example

+ 1
- 1
pillar.example 查看文件

@@ -85,7 +85,7 @@ nginx:
# options; if it is found other options (worker_processes: 4 and so
# on) are not processed and just upload the file from source
worker_processes: 4
load_module: modules/ngx_http_lua_module.so
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
events:
worker_connections: 768

Loading…
取消
儲存