Skip to content

Commit

Permalink
feat: secure API
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguynicolas committed Jun 28, 2024
1 parent 298a015 commit c23a50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/nginx/configurations/ctf-manager.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ server {
# deny all;

# Exception for /team/*/flag
location ~* ^/team/.*/flag$ {
location ~* ^/team/[^/]+/flag/$ {
proxy_pass http://api:80;

proxy_set_header Host $host;
Expand Down

0 comments on commit c23a50c

Please sign in to comment.