From 6e477d0a27af629be8f0fdaa3aa36e5ef9351876 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Mon, 16 Jul 2018 11:04:01 +0100 Subject: Initial commit --- default.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 default.conf (limited to 'default.conf') diff --git a/default.conf b/default.conf new file mode 100644 index 0000000..e309338 --- /dev/null +++ b/default.conf @@ -0,0 +1,11 @@ + + ServerName localhost + DocumentRoot "/var/www/html/" + + Require all denied + + CustomLog /proc/self/fd/1 combined + ErrorLog /proc/self/fd/2 + # This lets certain DAV methods work behind an SSL reverse proxy. + RequestHeader edit Destination ^https http early + -- cgit v1.2.3