infra/ansible/roles/local-server-head/files/sanity.conf
shockrah 47b69d7f49
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 14s
Nomad now responds to the basic nomad.nigel.local DNS name
2025-05-10 17:26:45 -07:00

8 lines
113 B
Plaintext

server {
server_name sanity.nigel.local;
location / {
proxy_pass http://localhost:8000;
}
}