diff --git a/infra/nginx/configurations/ctf-manager.conf b/infra/nginx/configurations/ctf-manager.conf index 57d0b92..f8711e7 100644 --- a/infra/nginx/configurations/ctf-manager.conf +++ b/infra/nginx/configurations/ctf-manager.conf @@ -3,7 +3,7 @@ server { server_name api.tintamarre.info; include includes/allow-cloudflare-ips; - deny all; + # deny all; # Exception for /team/*/flag location ~* ^/team/.*/flag$ {