From 20f81371b55a9444fa06da1fb41501509f1411d8 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Sat, 19 Oct 2019 10:40:03 +0200 Subject: initial commit --- mkosi.skeleton/root/apache2.ports.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mkosi.skeleton/root/apache2.ports.conf (limited to 'mkosi.skeleton/root/apache2.ports.conf') diff --git a/mkosi.skeleton/root/apache2.ports.conf b/mkosi.skeleton/root/apache2.ports.conf new file mode 100644 index 0000000..b750446 --- /dev/null +++ b/mkosi.skeleton/root/apache2.ports.conf @@ -0,0 +1,4 @@ +Listen 127.0.0.1:8302 +Listen [::1]:8302 + +# vim: syntax=apache ts=4 sw=4 sr noet -- cgit v1.2.3