commit | c01dfdbb7386148fcb175b10018786d1d6548145 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Apr 06 11:30:26 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Apr 06 11:30:26 2016 +0200 |
tree | 82c893806a592fa2e2e5dd2aa216909fb9afb43a | |
parent | d231beaf94560b4e921ef4cf47e87a44b3e99964 [diff] |
Fix robots file path
diff --git a/apache/files/_locations.conf b/apache/files/_locations.conf index 34865aa..0c382d7 100644 --- a/apache/files/_locations.conf +++ b/apache/files/_locations.conf
@@ -3,7 +3,7 @@ <Location "/robots.txt"> SetHandler None </Location> - Alias /robots.txt {{ server.www_dir }}/{{ site.robots }}.txt + Alias /robots.txt {{ server.www_dir }}/robots_{{ site.robots }}.txt {%- endif %} {%- if site.locations is defined %}