mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update openldap
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name ldap.easypi.pro;
|
||||
server_name ldap.easypi.duckdns.org;
|
||||
return 302 https://$host$request_uri;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name ldap.easypi.pro;
|
||||
ssl_certificate ssl/easypi.pro/fullchain.pem;
|
||||
ssl_certificate_key ssl/easypi.pro/privkey.pem;
|
||||
server_name ldap.easypi.duckdns.org;
|
||||
ssl_certificate ssl/easypi.duckdns.org/fullchain.pem;
|
||||
ssl_certificate_key ssl/easypi.duckdns.org/privkey.pem;
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user