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
|
|
|
|
2023-03-10 00:05:57 +01:00
|
|
|
listen {{ nginx.config.https_port }} ssl http2 proxy_protocol;
|
|
|
|
listen [::]:{{ nginx.config.https_port }} ssl http2 proxy_protocol;
|