Example for load_module

This commit is contained in:
Konrad Mosoń 2018-06-29 12:46:12 +02:00 committed by GitHub
parent f16d800c83
commit 9c4634d40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +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
pid: /var/run/nginx.pid ### Directory location must exist
events:
worker_connections: 768