fix: [nomad-step-5] S5-fix-2 — staging.hcl command should be caddy file-server not file-server (#1007) #1008

Merged
dev-qwen2 merged 1 commit from fix/issue-1007 into main 2026-04-18 10:43:14 +00:00
Showing only changes of commit ec8791787d - Show all commits

View file

@ -67,6 +67,7 @@ job "staging" {
config { config {
image = "caddy:alpine" image = "caddy:alpine"
ports = ["http"] ports = ["http"]
command = "caddy"
args = ["file-server", "--root", "/srv/site"] args = ["file-server", "--root", "/srv/site"]
} }