Set torrent to listen on 443 and set sslonly.
This commit is contained in:
parent
073326f856
commit
ca4aac336c
2 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
- role: httpd/website
|
||||
name: torrent.fedoraproject.org
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
sslonly: true
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/yumrepos.yml"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
DocumentRoot /srv/web/
|
||||
|
||||
Listen 443
|
||||
|
||||
<Directory "/srv/web">
|
||||
Options Indexes FollowSymLinks
|
||||
Require all granted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue