From 4b3577d0fa1c30f499f7ac989e42d089bfa71e09 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Tue, 13 Jul 2021 13:34:27 -0400 Subject: [PATCH] Missing semicolon fixed. --- swarm-proxy/https-routing.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm-proxy/https-routing.conf.tmpl b/swarm-proxy/https-routing.conf.tmpl index f4412a6..9627e4d 100644 --- a/swarm-proxy/https-routing.conf.tmpl +++ b/swarm-proxy/https-routing.conf.tmpl @@ -35,5 +35,5 @@ stream { proxy_protocol off; } - include /etc/nginx/strm.d/* + include /etc/nginx/strm.d/*; } -- GitLab