···11localhost {
22 @anubis {
33- # This matcher allows you to select specific paths for Anubis to handle.
33+ # This matcher allows you to select specific paths for Anubis to handle.
44 # If you want to handle all paths, remove this block and use `anubis {...}` instead!
55 path / # don't let AI scrapers browse the file index
66 path /.within.website/* # required for anubis to work
···99 }
10101111 log http.handlers.anubis {
1212- level DEBUG
1212+ level DEBUG
1313 }
14141515 anubis @anubis {
1616- # This setting gets overridden a lot by the default bot policy.
1717- difficulty 4
1616+ # This setting gets overridden a lot by the default bot policy.
1717+ difficulty 4
18181919- # Custom bot policy
1919+ # Custom bot policy.
2020 policy_fname example/botPolicy.yaml
2121+2222+ private_key "a183a07283e86b669e30e153ad4f0c7a9e2bbc3218fc8fa9d6b858b29e97d22b"
21232224 # FIXME: required for OpenGraph passthrough!
2325 ## TODO: access upstream directly somehow?