summaryrefslogtreecommitdiffstats
path: root/2.4/default.conf
diff options
context:
space:
mode:
authorJamie Nguyen <j@jamielinux.com>2018-07-16 11:11:02 +0100
committerJamie Nguyen <j@jamielinux.com>2018-07-16 11:11:02 +0100
commit213fa1f8a37fb59163ab1bde931b2294d045363e (patch)
treefaca690728ff1796d7d3dc8e0a48637800993a69 /2.4/default.conf
parent25f1c2edf98472fcfbb446956c2e1db41894dbbb (diff)
downloadapache-213fa1f8a37fb59163ab1bde931b2294d045363e.tar.gz
apache-213fa1f8a37fb59163ab1bde931b2294d045363e.tar.bz2
apache-213fa1f8a37fb59163ab1bde931b2294d045363e.tar.xz
apache-213fa1f8a37fb59163ab1bde931b2294d045363e.zip
Move files into 2.4 folder
Diffstat (limited to '2.4/default.conf')
-rw-r--r--2.4/default.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/2.4/default.conf b/2.4/default.conf
new file mode 100644
index 0000000..e309338
--- /dev/null
+++ b/2.4/default.conf
@@ -0,0 +1,11 @@
+<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>