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

6 lines
256 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
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;