Nomad now responds to the basic nomad.nigel.local DNS name
This commit is contained in:
8
ansible/roles/local-server-head/files/nomad.conf
Normal file
8
ansible/roles/local-server-head/files/nomad.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
server_name nomad.nigel.local;
|
||||
location / {
|
||||
proxy_pass http://localhost:4646;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user