apache-config-devel/listen.conf
2016-10-06 21:34:54 +02:00

12 lines
152 B
ApacheConf

Listen 80
<IfModule ssl_module>
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet