From db495b7e687a0e1034e5ecf5672b21db61f1965c Mon Sep 17 00:00:00 2001 From: Xavier-Do Date: Tue, 5 Nov 2024 14:25:11 +0100 Subject: [PATCH] wip --- runbot/templates/nginx.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }