mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-29 18:48:39 +02:00
7 lines
182 B
Django/Jinja
7 lines
182 B
Django/Jinja
server {
|
|
listen {{ports.public.ldaps.ldap}}ssl;
|
|
proxy_pass 127.0.0.1:{{ports.localhost.ldap.ldap}};
|
|
|
|
{% include 'roles/letsencrypt/templates/ssl_credentials.j2' %}
|
|
}
|