summaryrefslogtreecommitdiffstats
path: root/2.4/default.conf
diff options
context:
space:
mode:
Diffstat (limited to '2.4/default.conf')
-rw-r--r--2.4/default.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/2.4/default.conf b/2.4/default.conf
deleted file mode 100644
index e309338..0000000
--- a/2.4/default.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-<VirtualHost *:80>
- ServerName localhost
- DocumentRoot "/var/www/html/"
- <Directory "/var/www/html/">
- Require all denied
- </Directory>
- 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
-</VirtualHost>