Files
hantim-server/docker/nginx
timothykim cc07a34489
Deploy nginx / deploy (push) Successful in 3s
Deploy nginx / test (push) Successful in 54s
fix nginx security headers not being applied to https responses
nginx add_header inheritance meant X-Content-Type-Options and X-Frame-Options
were silently dropped from all https server blocks. moved all security headers
into a shared snippet (security-headers.inc) included per server block. added
pytest-based header verification that auto-discovers sites from conf files.
2026-03-20 15:11:56 -04:00
..