From 91a0fc2bd9e43801dbf49bbef9f9f6e21d8d9117 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sat, 15 Jul 2023 23:58:20 +0000 Subject: [PATCH] Update ports.conf from upstream Notably, take advantage of no longer running nginx for roost.dehnerts.com --- ports.conf | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/ports.conf b/ports.conf index d5a6ffa..b011250 100644 --- a/ports.conf +++ b/ports.conf @@ -1,14 +1,21 @@ # 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 -# This is also true if you have upgraded from before 2.2.9-3 (i.e. from -# Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and -# README.Debian.gz +# /etc/apache2/sites-enabled/000-default.conf Listen 80 + Listen 443 # olinda -- main IP (~2019) - Listen 18.18.208.12:443 + #Listen 18.18.208.12:443 + #Listen 127.0.0.1:443 + #Listen 192.168.122.18:443 # *Not* 18.102.208.10 (adehnert-roost-api) -- used for nginx + # (except for now we don't use nginx) + + + Listen 443 + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet -- 2.34.1