Merge pull request #121 from solution-libre/add-traefik-plugin
Some checks are pending
/ run-tests (push) Waiting to run

Add Traefik plugin to the README.md file
This commit is contained in:
Cory Dransfeldt 2025-05-14 16:45:34 -07:00 committed by GitHub
commit 9659c88b0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,14 @@ Note that, as stated in the [httpd documentation](https://httpd.apache.org/docs/
```
(Note that the path of the `haproxy-block-ai-bots.txt` may be different in your environment.)
[Bing uses the data it crawls for AI and training, you may opt out by adding a `meta` tag to the `head` of your site.]((./docs/additional-steps/bing.md))
[Bing uses the data it crawls for AI and training, you may opt out by adding a `meta` tag to the `head` of your site.](./docs/additional-steps/bing.md)
### Related
- [Robots.txt Traefik plugin](https://plugins.traefik.io/plugins/681b2f3fba3486128fc34fae/robots-txt-plugin):
middleware plugin for [Traefik](https://traefik.io/traefik/) to automatically add rules of [robots.txt](./robots.txt)
file on-the-fly.
## Contributing