1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00
Files
bookstack/resources/views/robots.blade.php
Dan Brown 1a72208d27 Added configurable robots.txt file.
Deleted old static file.
Default output depends on app-public setting.
Otherwise can be overidden in `.env` file via `ALLOW_ROBOTS`
Otherwise view file can be customized.

Fixes #779
2018-03-31 12:41:40 +01:00

6 lines
66 B
PHP

User-agent: *
@if($allowRobots)
Disallow:
@else
Disallow: /
@endif