Need to actually listen on 443 somewhere, this is as good a place as any

This commit is contained in:
Kevin Fenzi 2015-05-31 16:44:12 +00:00
parent 474c68009d
commit d1621a6f3b

View file

@ -62,3 +62,8 @@ WSGIScriptAlias /mirrorlist /usr/share/mirrormanager2/mirrorlist_client.wsgi
Allow from all
</IfModule>
</Location>
#
# Listen on 443 here
#
Listen 443