and make the template point to the new ones
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
3c2e614eeb
commit
62316d11b2
2 changed files with 2 additions and 1 deletions
|
@ -55,6 +55,7 @@
|
||||||
tags:
|
tags:
|
||||||
- httpd
|
- httpd
|
||||||
- httpd/website
|
- httpd/website
|
||||||
|
- robots
|
||||||
|
|
||||||
- name: And lastly, the robots.txt file
|
- name: And lastly, the robots.txt file
|
||||||
template: >
|
template: >
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Alias /robots.txt /srv/web/robots.txt.{{ site_name }}
|
Alias /robots.txt /srv/web/{{site_name}}-robots.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue