Merge pull request #121 from coreos-inc/robots
Add support for custom robots.txt in conf/stack
This commit is contained in:
commit
ee154c37a8
3 changed files with 8 additions and 1 deletions
6
conf/init/copy_robots_txt.sh
Executable file
6
conf/init/copy_robots_txt.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
if [ -e /conf/stack/robots.txt ]
|
||||
then
|
||||
cp /conf/stack/robots.txt /static/robots.txt
|
||||
fi
|
Reference in a new issue