sync configuration for stream module changes in nginx 1.20.x
This commit is contained in:
parent
cd61be4b94
commit
d563c63bfd
@ -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;
|
||||
|
@ -4,6 +4,7 @@
|
||||
package:
|
||||
name:
|
||||
- nginx
|
||||
- nginx-mod-stream
|
||||
state: present
|
||||
notify: start nginx
|
||||
register: install_nginx_result
|
||||
|
Loading…
Reference in New Issue
Block a user