diff --git a/playbooks/groups/torrent.yml b/playbooks/groups/torrent.yml index 69fa1a877e..d85e03e959 100644 --- a/playbooks/groups/torrent.yml +++ b/playbooks/groups/torrent.yml @@ -45,6 +45,7 @@ - role: httpd/website name: torrent.fedoraproject.org cert_name: "{{wildcard_cert_name}}" + sslonly: true tasks: - include: "{{ tasks }}/yumrepos.yml" diff --git a/roles/torrent/files/torrent-httpd.conf b/roles/torrent/files/torrent-httpd.conf index 583977cb29..55e706b974 100644 --- a/roles/torrent/files/torrent-httpd.conf +++ b/roles/torrent/files/torrent-httpd.conf @@ -1,5 +1,7 @@ DocumentRoot /srv/web/ +Listen 443 + Options Indexes FollowSymLinks Require all granted