towerops/config
Graham McIntire 0a6f30299b
Filter out Bandit HTTP/0.9 errors from port scanners
Added log filter to suppress noisy errors from:
- HTTP/0.9 requests (obsolete protocol from 1991)
- Invalid HTTP version errors from port scanners and bots
- Malformed HTTP requests from automated tools

These errors are expected on public-facing servers and don't indicate
application problems. The filter uses Elixir's logger handler filters
to suppress them at the logging layer.

Resolves sporadic 'Bandit.HTTPError: Invalid HTTP version: {0, 9}' errors
in production logs.
2026-01-15 10:00:53 -06:00
..
config.exs Filter out Bandit HTTP/0.9 errors from port scanners 2026-01-15 10:00:53 -06:00
dev.exs Set logger level to info in development to prevent credential exposure 2026-01-05 14:35:09 -06:00
prod.exs Remove force_ssl config since Traefik handles SSL termination 2026-01-05 13:23:38 -06:00
runtime.exs awsses 2026-01-11 14:55:07 -06:00
test.exs Fix agent API protobuf support and Mix.env runtime error 2026-01-14 16:35:47 -06:00