infra/ansible/roles/local-server-head/files/nomad.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

9 lines
181 B
Plaintext

server {
server_name nomad.nigel.local;
location / {
proxy_pass http://localhost:4646;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}