Make mailman https only.

This commit is contained in:
Markus 2016-03-09 23:46:37 +01:00
parent 168a158922
commit 198783d10b
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
server {
listen 80;
listen [::]:80;
listen 443 ssl http2;
listen [::]:443 ssl http2;