diff options
author | pmikus <pmikus@cisco.com> | 2021-08-27 14:02:21 +0000 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2021-08-27 14:02:21 +0000 |
commit | 4bf3efc45c708370b5d8bc30ae0fb64c671a3877 (patch) | |
tree | df0d13f1f7b6c0957896c3b94de8f34d093ddca4 /fdio.infra.terraform | |
parent | bcc8b334d1961894b54c080f3d58032aacb1a048 (diff) |
Infra: Cleanup Nomad configs
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ia5c9f0902551de1a63144e6f56dfa6db2895b0b2
Diffstat (limited to 'fdio.infra.terraform')
-rw-r--r-- | fdio.infra.terraform/1n_nmd/nginx/conf/nomad/nginx.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdio.infra.terraform/1n_nmd/nginx/conf/nomad/nginx.hcl b/fdio.infra.terraform/1n_nmd/nginx/conf/nomad/nginx.hcl index 3bbbe5309f..281960dad5 100644 --- a/fdio.infra.terraform/1n_nmd/nginx/conf/nomad/nginx.hcl +++ b/fdio.infra.terraform/1n_nmd/nginx/conf/nomad/nginx.hcl @@ -250,7 +250,7 @@ job "${job_name}" { } } EOH - destination = "custom/logs.conf" + destination = "custom/server_logs.conf" } # The service stanza instructs Nomad to register a service with Consul. |