Update comment
This commit is contained in:
parent
781774d4b9
commit
5732ab25be
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue