commit | d231beaf94560b4e921ef4cf47e87a44b3e99964 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Apr 06 11:29:26 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Apr 06 11:29:26 2016 +0200 |
tree | 466e9eabe71d9f24b56e48786a57732373abae96 | |
parent | c0d263b683ae03526fe582a5b713cf9de8067870 [diff] |
Fix typo
diff --git a/apache/files/_locations.conf b/apache/files/_locations.conf index 0366cf8..34865aa 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 }}/{{ site.robots }}.txt {%- endif %} {%- if site.locations is defined %}