From d357056752382ffe4ae866304d3573c361dbe21a Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 30 Apr 2025 23:07:35 -0700 Subject: move to new outbound server on linode. Fix a lot of deployment time issue things, including HIGH AVAILABILITY EMAIL OWOOWOJIJODOFKJSDF --- playbooks/roles/nginx-proxy/templates/toplevel.conf.d/stream.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'playbooks/roles/nginx-proxy/templates/toplevel.conf.d') diff --git a/playbooks/roles/nginx-proxy/templates/toplevel.conf.d/stream.conf b/playbooks/roles/nginx-proxy/templates/toplevel.conf.d/stream.conf index 7e3b39d..fd2babe 100644 --- a/playbooks/roles/nginx-proxy/templates/toplevel.conf.d/stream.conf +++ b/playbooks/roles/nginx-proxy/templates/toplevel.conf.d/stream.conf @@ -1,3 +1,5 @@ +{% if not homelab_build %} + stream { log_format basic '$proxy_protocol_addr - [$time_local] ' '$protocol $status $bytes_sent $bytes_received ' @@ -44,3 +46,5 @@ stream { proxy_protocol on; } } + +{% endif %} -- cgit v1.2.3-70-g09d2