diff --git a/docker/etc/nginx/nginx.conf b/docker/etc/nginx/nginx.conf index e05c1f881..fcc9a9aab 100644 --- a/docker/etc/nginx/nginx.conf +++ b/docker/etc/nginx/nginx.conf @@ -44,6 +44,10 @@ http { include fastcgi_params; } + location ~ /data { + return 404; + } + location ~* ^.+\.(log|sqlite)$ { return 404; }