From fdf19b48fdb7a022b8f0d6f490bf07b9a1d3bc7a Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 7 May 2020 08:47:04 +0200 Subject: ajout de SSL --- www/server-config/apache2/ports.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 www/server-config/apache2/ports.conf (limited to 'www/server-config/apache2/ports.conf') diff --git a/www/server-config/apache2/ports.conf b/www/server-config/apache2/ports.conf new file mode 100644 index 0000000..5daec58 --- /dev/null +++ b/www/server-config/apache2/ports.conf @@ -0,0 +1,15 @@ +# 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 + + + Listen 443 + + + + Listen 443 + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet -- cgit v1.2.3