bundles/nginx: fix error_log logging to file instead of being disabled

This commit is contained in:
Franzi 2025-04-01 17:17:18 +02:00
parent 11a9800906
commit 5e32a562ec
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 3 additions and 1 deletions

View file

@ -26,7 +26,7 @@ http {
send_timeout 10;
access_log off;
error_log off;
error_log /dev/null;
client_body_buffer_size 16K;
client_header_buffer_size 4k;