From e80f58116a9ecd67b2febe06778c624fd42ed1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Mon, 18 Jan 2021 12:52:27 +0100 Subject: Restart repo from scratch --- httpd.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 httpd.conf (limited to 'httpd.conf') diff --git a/httpd.conf b/httpd.conf new file mode 100644 index 0000000..c02b4f0 --- /dev/null +++ b/httpd.conf @@ -0,0 +1,22 @@ +server "rgoncalves.se" { + listen on * port 80 + root "/htdocs/rgoncalves.se" + + location "/public/*" { + directory auto index + } + + location "/semester_*/*" { + directory auto index + } +} + +types { + text/css css + text/html html htm + text/plain txt pgp + image/gif gif + image/jpeg jpeg jpg + image/png png +} + -- cgit v1.2.3