Files
infra/ansible/roles/local-server-head/files/nomad.conf

9 lines
181 B
Plaintext
Raw Normal View History

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