Merge pull request #3071 from mhofer117/patch-2

Fix custom http redirects with TLS-SNI
master
André Peters 2019-10-20 20:55:51 +02:00 committed by GitHub
commit 31eb169152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ for cert_dir in /etc/ssl/mail/*/ ; do
esac
echo -n '
server {
include /etc/nginx/conf.d/listen_plain.active;
include /etc/nginx/conf.d/listen_ssl.active;
ssl_certificate '${cert_dir}'cert.pem;