Solved different bugs

This commit is contained in:
2025-07-09 11:51:42 +02:00
parent a026681553
commit e7322a239e
11 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
server {
listen {{ports.public.ldaps.ldap}}ssl;
proxy_pass 127.0.0.1:{{ports.localhost.ldap.ldap}};
proxy_pass 127.0.0.1:{{ports.localhost.ldap.openldap}};
{% include 'roles/net-letsencrypt/templates/ssl_credentials.j2' %}
}