apache: Add robots.txt to apache docker setup
This commit is contained in:
parent
644a35b4c5
commit
a51430a2e9
1 changed files with 1 additions and 0 deletions
|
|
@ -26,4 +26,5 @@
|
|||
AllowEncodedSlashes On
|
||||
RewriteEngine on
|
||||
RewriteRule "^/$" "/linux/latest/source" [R]
|
||||
RewriteRule "^/robots.txt$" "/static/robots.txt" [L]
|
||||
</VirtualHost>
|
||||
|
|
|
|||
Loading…
Reference in a new issue