Skip to content

Commit

Permalink
Don't expose tls-check over the internet.
Browse files Browse the repository at this point in the history
  • Loading branch information
vcsjones authored Dec 4, 2024
1 parent 95dbdf1 commit b5f767f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _server/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
}

import tls-headers

handle /tls-check {
respond 404
}

reverse_proxy http://localhost:3000
}

Expand Down

0 comments on commit b5f767f

Please sign in to comment.