This commit is contained in:
Xavier-Do 2024-11-05 14:25:11 +01:00
parent f8f435d468
commit db495b7e68

View File

@ -55,7 +55,7 @@ server {
listen 8080;
server_name ~^dockerhub\.<t t-esc="re_escape(host_name)"/>$;
location /v2/ {
location ~ ^/(v2/|v2/odoo/blobs/.*|v2/odoo/manifests/.*)$ {
limit_except GET HEAD OPTIONS {
deny all;
}