Set torrent to listen on 443 and set sslonly.

This commit is contained in:
Kevin Fenzi 2015-05-04 16:59:17 +00:00
parent 073326f856
commit ca4aac336c
2 changed files with 3 additions and 0 deletions

View file

@ -45,6 +45,7 @@
- role: httpd/website
name: torrent.fedoraproject.org
cert_name: "{{wildcard_cert_name}}"
sslonly: true
tasks:
- include: "{{ tasks }}/yumrepos.yml"

View file

@ -1,5 +1,7 @@
DocumentRoot /srv/web/
Listen 443
<Directory "/srv/web">
Options Indexes FollowSymLinks
Require all granted