diff options
| -rw-r--r-- | config/httpd-vhost.conf-example | 14 | 
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> | 
