From e1558c7a485f6d55d264f5fdc1247d17cbb5aa17 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Wed, 18 Oct 2023 08:16:12 -0300 Subject: [PATCH 1/3] feat: no upstream --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 9c3fedc..2a299aa 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -47,7 +47,7 @@ server { # Default location block location / { - proxy_pass http://172.17.0.28:8080; + proxy_pass http://{{ $.APP }}-{{ $upstream_port }}; add_header 'Cache-Control' 'no-cache'; add_header 'Content-Type' 'text/event-stream'; add_header 'Connection' 'keep-alive'; From b6595ebbf37d4af4dbde5d6090f56260004face4 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Wed, 18 Oct 2023 08:21:04 -0300 Subject: [PATCH 2/3] feat: no upstream --- nginx.conf.sigil => 1nginx.conf.sigil | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename nginx.conf.sigil => 1nginx.conf.sigil (100%) diff --git a/nginx.conf.sigil b/1nginx.conf.sigil similarity index 100% rename from nginx.conf.sigil rename to 1nginx.conf.sigil From a580df0658b9720e7359d162bd3ddb1af815faa4 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Wed, 18 Oct 2023 08:22:15 -0300 Subject: [PATCH 3/3] feat: no upstream --- 1nginx.conf.sigil => nginx.conf.sigil | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 1nginx.conf.sigil => nginx.conf.sigil (100%) diff --git a/1nginx.conf.sigil b/nginx.conf.sigil similarity index 100% rename from 1nginx.conf.sigil rename to nginx.conf.sigil