diff --git a/appcontainer/nginx.conf b/appcontainer/nginx.conf index 585f6b669..27f322248 100644 --- a/appcontainer/nginx.conf +++ b/appcontainer/nginx.conf @@ -52,7 +52,7 @@ http { # 404 known scraping file targets # case-insensitive regex matches the given file extension anywhere in the request path - location ~* /.*\.(ash|asp|axd|cgi|com|env|json|php|ping|xml|ya?ml) { + location ~* /.*\.(ash|asp|axd|cgi|com|db|env|json|php|ping|sqlite|xml|ya?ml) { access_log off; log_not_found off; return 404;