mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-14 00:41:06 +01:00
7 lines
188 B
Django/Jinja
7 lines
188 B
Django/Jinja
server
|
|
{
|
|
server_name {{domain}};
|
|
{% include 'roles/native-letsencrypt/templates/ssl_header.j2' %}
|
|
{% include 'roles/native-nginx-docker-proxy/templates/https_proxy_pass.conf.j2'%}
|
|
}
|