forked from bitlair/ansible
Working config for dashboard / prometheus / grafana
This commit is contained in:
parent
8df1cba71c
commit
c783601fa9
4 changed files with 12 additions and 7 deletions
|
@ -6,6 +6,10 @@ pid /run/nginx.pid;
|
|||
worker_rlimit_nofile 16384;
|
||||
include {{ nginx_modules_dir }}/*.conf;
|
||||
|
||||
events {
|
||||
worker_connections 768;
|
||||
}
|
||||
|
||||
http {
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue