diff --git a/runbot/templates/nginx.xml b/runbot/templates/nginx.xml index 1512973e..066d5e8c 100644 --- a/runbot/templates/nginx.xml +++ b/runbot/templates/nginx.xml @@ -55,7 +55,7 @@ server { listen 8080; server_name ~^dockerhub\.$; - location /v2/ { + location ~ ^/(v2/|v2/odoo/blobs/.*|v2/odoo/manifests/.*)$ { limit_except GET HEAD OPTIONS { deny all; }