aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-05 17:29:33 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-05 17:29:33 +0100
commitd7adeac6a873b6af301fc7a6f2d6c02dc808f67d (patch)
treec3ee0fe021a37717c734cc26883200a7d4eed8ed
parent30ad8fa47e36b839869bbe29f8ad5a22345eed8c (diff)
Comment rarely-used httpd configuration
Unlikely that reusers will use this, but left for documentation purposes
-rw-r--r--config/httpd-vhost.conf-example14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example
index a8b9df3eb..ab1e2cfd7 100644
--- a/config/httpd-vhost.conf-example
+++ b/config/httpd-vhost.conf-example
@@ -138,10 +138,10 @@
# Large / static files for WhatDoTheyKnow. Used for manual sysadmin uploads.
# Is on its own files.example.com subdomain (instead of old /files URL)
# as mod_alias doesn't work with Passenger.
-<VirtualHost *:80>
- ServerName files.example.com
- DocumentRoot /srv/alaveteli-files/files
- <Directory "/srv/alaveteli-files/files">
- Options +Indexes
- </Directory>
-</VirtualHost>
+# <VirtualHost *:80>
+# ServerName files.example.com
+# DocumentRoot /srv/alaveteli-files/files
+# <Directory "/srv/alaveteli-files/files">
+# Options +Indexes
+# </Directory>
+# </VirtualHost>