Update comment

This commit is contained in:
solrac200 2022-11-07 23:36:04 +01:00 committed by GitHub
parent 781774d4b9
commit 5732ab25be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@
{{ define "location" }} {{ define "location" }}
location {{ .Path }} { location {{ .Path }} {
{{ if ne .NetworkTag "external" }} {{ 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) }}; include {{ (printf "/etc/nginx/networks/%s.conf" .NetworkTag) }};
{{ end }} {{ end }}