1
Fork 0

Exclude XML files from logs

This commit is contained in:
Jake Howard 2020-04-24 19:41:55 +01:00
parent b7425bf306
commit c722ca7ad8
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -48,7 +48,7 @@ http {
return 200 "PONG";
}
location ~* \.(png|jpg|gif|svg|txt)$ {
location ~* \.(png|jpg|gif|svg|txt|xml)$ {
access_log off;
}