custom-docker/config/ports.conf
2021-02-12 10:39:34 +04:00

12 lines
133 B
Plaintext

Listen 80
<IfModule ssl_module>
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>
Listen 8080