pad config

This commit is contained in:
Mark Janssen 2024-09-25 14:26:34 +02:00
parent 51662e1dc3
commit 1adae2f702
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
2 changed files with 19 additions and 0 deletions

View file

@ -1,5 +1,9 @@
# {{ ansible_managed }}
{% for line in site.pre_config | default([]) %}
{{ line }}
{% endfor %}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;