Konrad Mosoń
vor 6 Jahren
Ursprung
Commit
c75ad64348
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit
1 neuen und
1 gelöschten Zeilen
-
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 |