diff --git a/nginx.conf b/nginx.conf index ab84b5f..355f487 100644 --- a/nginx.conf +++ b/nginx.conf @@ -48,7 +48,7 @@ http { return 200 "PONG"; } - location ~* \.(png|jpg|gif|svg|txt)$ { + location ~* \.(png|jpg|gif|svg|txt|xml)$ { access_log off; }