- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
DuckDuckGo, Bing, Mojeek, and other search engines are not returning full Reddit results any more.
DuckDuckGo, Bing, Mojeek, and other search engines are not returning full Reddit results any more.
So I would need to add this to every subdomain conf file I have? Preciate you!
I just include the
map-bot-user-agents.confin my basenginx.confso it’s available to all of my virtual hosts.When I want to enforce the bot blocking on one or more virtual host (some I want to leave open to bots, others I don’t), I just include a
deny-disallowed.confin theserverblock of those.deny-disallowed.conf
# Deny disallowed user agents if ($ua_disallowed) { return 444; }site.conf
Okay yeah I was thinking my base domain conf but that’s even better.