Copr frontend httpd needs to listen for 443

This commit is contained in:
Jakub Kadlčík 2018-10-29 19:25:04 +01:00
parent a459a8b198
commit 85f08b9613

View file

@ -1,3 +1,6 @@
Listen 443 https
<VirtualHost *:443>
SSLEngine on
SSLProtocol {{ ssl_protocols }}