summaryrefslogtreecommitdiffstats
path: root/default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'default.conf')
-rw-r--r--default.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/default.conf b/default.conf
new file mode 100644
index 0000000..e309338
--- /dev/null
+++ b/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>