From 2466d92662a3fd13d9b97df75aa628ccf1032f68 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Mon, 21 Aug 2023 21:38:11 +0200 Subject: Add static file page --- nomad.tmpl.hcl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nomad.tmpl.hcl') diff --git a/nomad.tmpl.hcl b/nomad.tmpl.hcl index f3626d3..c519e5b 100644 --- a/nomad.tmpl.hcl +++ b/nomad.tmpl.hcl @@ -21,6 +21,10 @@ client { host_volume "ca-certificates" { path = "/var/local/ca-certificates" } + + host_volume "static-files" { + path = "/var/www/files" + } } acl { -- cgit v1.2.3