bundles/nginx: add option to disable anon_timing log
This commit is contained in:
parent
c6bb00c124
commit
757e9e6bb8
4 changed files with 13 additions and 3 deletions
|
@ -57,7 +57,9 @@ server {
|
|||
% if create_access_log:
|
||||
access_log /var/log/nginx/access-${vhost}.log gdpr;
|
||||
% endif
|
||||
% if create_timing_log:
|
||||
access_log /var/log/nginx-timing/${vhost}.log anon_timing;
|
||||
% endif
|
||||
# error_log is disabled globally
|
||||
|
||||
% if max_body_size:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue