forked from infra/ansible
Make mailman https only.
This commit is contained in:
parent
168a158922
commit
198783d10b
@ -1,6 +1,4 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user