mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-10 12:27:15 +02:00
Shortened service- to svc-
This commit is contained in:
6
roles/svc-openldap/templates/nginx.stream.conf.j2
Normal file
6
roles/svc-openldap/templates/nginx.stream.conf.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
server {
|
||||
listen {{ports.public.ldaps.ldap}}ssl;
|
||||
proxy_pass 127.0.0.1:{{ports.localhost.ldap.ldap}};
|
||||
|
||||
{% include 'roles/net-letsencrypt/templates/ssl_credentials.j2' %}
|
||||
}
|
Reference in New Issue
Block a user