diff options
Diffstat (limited to '')
-rw-r--r-- | debian/config-dir/ports.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/config-dir/ports.conf b/debian/config-dir/ports.conf new file mode 100644 index 0000000..f41641b --- /dev/null +++ b/debian/config-dir/ports.conf @@ -0,0 +1,13 @@ +# If you just change the port or add more ports here, you will likely also +# have to change the VirtualHost statement in +# /etc/apache2/sites-enabled/000-default.conf + +Listen 80 + +<IfModule ssl_module> + Listen 443 +</IfModule> + +<IfModule mod_gnutls.c> + Listen 443 +</IfModule> |