bundles/nginx: fix error_log logging to file instead of being disabled
This commit is contained in:
parent
11a9800906
commit
5e32a562ec
3 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue