paulbsd-salt/states/nginx/templates/https.j2

8 lines
369 B
Plaintext
Raw Normal View History

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.https_port }} ssl http2;
listen [::]:{{ nginx.config.https_port }} ssl http2;
listen {{ nginx.config.https_proxy_port }} ssl http2 proxy_protocol;
listen [::]:{{ nginx.config.https_proxy_port }} ssl http2 proxy_protocol;