new-site/infra/ansible/roles/nginx
justin d65f5ea279 nginx: stop blocking /admin (bot-scan rule matched our own dashboard)
The shared security snippet blocked any path matching /(admin|administrator|
login.action|struts) with 'return 444', which drops the connection. That bare
'admin' token also matched our own operations dashboard at /admin and the new
/admin/compliance-orders, so the browser showed 'This site can't be reached'.
Dropped the bare 'admin' token; administrator/login.action/struts stay blocked.
Applied live on prod (sudo edit + nginx reload); this updates the source of
truth so the ansible nginx role won't reintroduce it.
2026-06-16 00:05:54 -05:00
..
defaults Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
handlers Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
tasks Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
templates nginx: stop blocking /admin (bot-scan rule matched our own dashboard) 2026-06-16 00:05:54 -05:00