Commit 8f8b5dd05fb4d4ea7ca42fbf1e03e1d8d56f58f7

Authored by Philippe Hamy
1 parent d74756b0
Exists in master

ajoute conf apache

Showing 1 changed file with 16 additions and 0 deletions   Show diff stats
conf/ports.conf 0 → 100644
... ... @@ -0,0 +1,16 @@
  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 +
  5 +Listen 8080
  6 +
  7 +<IfModule ssl_module>
  8 + Listen 443
  9 +</IfModule>
  10 +
  11 +<IfModule mod_gnutls.c>
  12 + Listen 443
  13 +</IfModule>
  14 +
  15 +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
  16 +
... ...