Fix https redirect on java-deptools
This commit is contained in:
parent
0993426aeb
commit
d209163194
1 changed files with 2 additions and 5 deletions
|
@ -4,11 +4,8 @@ ServerAdmin mizdebsk@fedoraproject.org
|
||||||
MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
|
MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
|
||||||
MDRequireHttps temporary
|
MDRequireHttps temporary
|
||||||
|
|
||||||
<Proxy *>
|
<VirtualHost *:80>
|
||||||
AddDefaultCharset off
|
</VirtualHost>
|
||||||
Order deny,allow
|
|
||||||
Allow from all
|
|
||||||
</Proxy>
|
|
||||||
|
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue