mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
1a72208d27
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
6 lines
66 B
PHP
6 lines
66 B
PHP
User-agent: *
|
|
@if($allowRobots)
|
|
Disallow:
|
|
@else
|
|
Disallow: /
|
|
@endif |