diff options
Diffstat (limited to 'deployment/wikis/templates/wiki_vhost.conf')
-rw-r--r-- | deployment/wikis/templates/wiki_vhost.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/wikis/templates/wiki_vhost.conf b/deployment/wikis/templates/wiki_vhost.conf index 077de211..4e1355bc 100644 --- a/deployment/wikis/templates/wiki_vhost.conf +++ b/deployment/wikis/templates/wiki_vhost.conf @@ -5,6 +5,8 @@ RewriteEngine On RewriteRule ^/?$ /en/ [R] +Alias /robots.txt <%= @wikis_root %>/robots.txt + <%- for lang in wiki_languages -%> <Directory <%= @wikis_root %>/<%= lang %>/images> |