sync configuration for stream module changes in nginx 1.20.x
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
nginx:
|
||||
nginx.conf: |
|
||||
load_module '/usr/lib64/nginx/modules/ngx_stream_module.so';
|
||||
user nginx;
|
||||
worker_processes {{ ansible_processor_count }};
|
||||
error_log /var/log/nginx/error.log debug;
|
||||
|
Reference in New Issue
Block a user