apache: Add robots.txt to apache docker setup

This commit is contained in:
Franciszek Stachura 2025-01-03 13:27:24 +01:00 committed by Théo Lebrun
parent 644a35b4c5
commit a51430a2e9

View file

@ -26,4 +26,5 @@
AllowEncodedSlashes On
RewriteEngine on
RewriteRule "^/$" "/linux/latest/source" [R]
RewriteRule "^/robots.txt$" "/static/robots.txt" [L]
</VirtualHost>