Exclude XML files from logs
This commit is contained in:
parent
b7425bf306
commit
c722ca7ad8
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ http {
|
|||
return 200 "PONG";
|
||||
}
|
||||
|
||||
location ~* \.(png|jpg|gif|svg|txt)$ {
|
||||
location ~* \.(png|jpg|gif|svg|txt|xml)$ {
|
||||
access_log off;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue