]> git.openstreetmap.org Git - chef.git/blob - cookbooks/wiki/templates/default/apache_wiki_dump.erb
Install the CodeEditor extension and configure Sribunto to use it
[chef.git] / cookbooks / wiki / templates / default / apache_wiki_dump.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 <VirtualHost *:80>
4         ServerName <%= @name %>
5         ServerAlias <%= @aliases %>
6         ServerAdmin webmaster@openstreetmap.org
7
8         CustomLog /var/log/apache2/<%= @name %>-access.log combined
9         ErrorLog /var/log/apache2/<%= @name %>-error.log
10
11         DocumentRoot <%= @directory %>
12
13         <Directory <%= @directory %>>
14                 Options Indexes FollowSymLinks MultiViews
15                 AllowOverride All
16                 IndexIgnore .ht* . robots.txt HEADER.html HEADER.cgi logo.png style.css
17                 IndexOptions FancyIndexing FoldersFirst NameWidth=* TrackModified
18                 IndexOrderDefault Descending Date
19         </Directory>
20 </VirtualHost>