Skip to content

Commit

Permalink
Block public access to tmpfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jpatokal committed Aug 22, 2024
1 parent 837ea05 commit 9d15e3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx/openflights
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ server {
deny all;
}

location ~ /import/ {
deny all;
}

listen 443 ssl; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/nginx.openflights.org/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/nginx.openflights.org/privkey.pem; # managed by Certbot
Expand Down

0 comments on commit 9d15e3e

Please sign in to comment.