diff --git a/nginx/nginx.conf b/nginx/nginx.conf index f0624d9..d157b32 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -26,6 +26,8 @@ http { keepalive_timeout 5; proxy_http_version 1.1; proxy_set_header Connection ""; + access_log off; + error_log /dev/null crit; upstream backend_GET { ip_hash;