2020-07-10 00:58:55 +02:00
|
|
|
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
2022-10-10 10:19:42 +02:00
|
|
|
{%- from "nginx/map.jinja" import nginx with context %}
|
2020-07-10 00:58:55 +02:00
|
|
|
|
2024-01-03 13:29:16 +01:00
|
|
|
listen {{ nginx.config.http_port }};
|
|
|
|
listen [::]:{{ nginx.config.http_port }};
|
|
|
|
listen {{ nginx.config.http_proxy_port }} proxy_protocol;
|
|
|
|
listen [::]:{{ nginx.config.http_proxy_port }} proxy_protocol;
|