|
|
@ -3,6 +3,8 @@ worker_processes auto;
|
|
|
|
pid /run/nginx.pid;
|
|
|
|
pid /run/nginx.pid;
|
|
|
|
include {{ nginx_installation_directory }}/modules-enabled/*.conf;
|
|
|
|
include {{ nginx_installation_directory }}/modules-enabled/*.conf;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error_log {{ nginx_global_error_log }};
|
|
|
|
|
|
|
|
|
|
|
|
events {
|
|
|
|
events {
|
|
|
|
worker_connections 768;
|
|
|
|
worker_connections 768;
|
|
|
|
# multi_accept on;
|
|
|
|
# multi_accept on;
|
|
|
@ -81,9 +83,6 @@ stream {
|
|
|
|
# Logging Settings
|
|
|
|
# Logging Settings
|
|
|
|
##
|
|
|
|
##
|
|
|
|
|
|
|
|
|
|
|
|
access_log {{ nginx_global_access_log }};
|
|
|
|
|
|
|
|
error_log {{ nginx_global_error_log }};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include {{ nginx_streams_directory }}/*;
|
|
|
|
include {{ nginx_streams_directory }}/*;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|