Skip to content

Commit

Permalink
Merge pull request #3071 from mhofer117/patch-2
Browse files Browse the repository at this point in the history
Fix custom http redirects with TLS-SNI
  • Loading branch information
andryyy committed Oct 20, 2019
2 parents d11a189 + f2b552c commit 31eb169
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/conf/nginx/templates/sites.template.sh
Expand Up @@ -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;
Expand Down

0 comments on commit 31eb169

Please sign in to comment.