ports.conf 263 B

123456789101112
  1. # If you just change the port or add more ports here, you will likely also
  2. # have to change the VirtualHost statement in
  3. # /etc/apache2/sites-enabled/000-default.conf
  4. <IfModule ssl_module>
  5. Listen 443
  6. </IfModule>
  7. <IfModule mod_gnutls.c>
  8. Listen 443
  9. </IfModule>