From c437e783e855226b11d1b89544789679e8581e05 Mon Sep 17 00:00:00 2001 From: kanshi <46557+kanshi@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:02:07 +0200 Subject: [PATCH] Fix nginx config --- operations/deploy-stage.hcl | 56 ------------------------------------- 1 file changed, 56 deletions(-) diff --git a/operations/deploy-stage.hcl b/operations/deploy-stage.hcl index 2d89f26..31e1a9c 100644 --- a/operations/deploy-stage.hcl +++ b/operations/deploy-stage.hcl @@ -196,10 +196,6 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }} config { image = "nginx:1.27" - command = "nginx" - args = [ - "-g", "'daemon off;'" - ] volumes = [ "local/nginx-sbws:/etc/nginx/conf.d/default.conf:ro" ] @@ -237,57 +233,6 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }} template { change_mode = "noop" data = <