From e37c82d7071daa6073e2d0611e9ceb521c9cf204 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 12 Sep 2022 15:08:03 +0200 Subject: Added config file for local httpd; added -f option to remove directories --- httpd.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 httpd.conf (limited to 'httpd.conf') diff --git a/httpd.conf b/httpd.conf new file mode 100644 index 0000000..fc8128e --- /dev/null +++ b/httpd.conf @@ -0,0 +1,7 @@ +chroot "/home/sebastiano/git/sebastiano.tronto.net" + +server "localhost" { + listen on * port 8080 + root "/http" + no log +} -- cgit v1.3