Working config for dashboard / prometheus / grafana

This commit is contained in:
Mark Janssen 2024-07-14 21:58:41 +02:00
parent 8df1cba71c
commit c783601fa9
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
4 changed files with 12 additions and 7 deletions

View file

@ -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;