From 5732ab25be6b3eec91db0f85cb461400637e5e85 Mon Sep 17 00:00:00 2001 From: solrac200 <40304645+solrac200@users.noreply.github.com> Date: Mon, 7 Nov 2022 23:36:04 +0100 Subject: [PATCH] Update comment --- nginx.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.tmpl b/nginx.tmpl index 7e8cb22..646053b 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -53,7 +53,7 @@ {{ define "location" }} location {{ .Path }} { {{ if ne .NetworkTag "external" }} - # Only allow traffic from internal clients + # Allow traffic according of the given network config include {{ (printf "/etc/nginx/networks/%s.conf" .NetworkTag) }}; {{ end }}