docker/apache2/ports.conf
magmaus3 7ffda3b2a5
Updates
- apache2 config
- dockerfile changes
2023-04-16 13:35:31 +02:00

11 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