mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
Fix https redirect on java-deptools
This commit is contained in:
@@ -4,11 +4,8 @@ ServerAdmin mizdebsk@fedoraproject.org
|
||||
MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
|
||||
MDRequireHttps temporary
|
||||
|
||||
<Proxy *>
|
||||
AddDefaultCharset off
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</Proxy>
|
||||
<VirtualHost *:80>
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
SSLEngine on
|
||||
|
||||
Reference in New Issue
Block a user