pad config
This commit is contained in:
parent
51662e1dc3
commit
1adae2f702
2 changed files with 19 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
{% for line in site.pre_config | default([]) %}
|
||||
{{ line }}
|
||||
{% endfor %}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue