Hello, I have a lot of server{}s with different server_names all over my setup. I want to serve robots_closed.txt instead of robot.txt for all but one domain. And for that one domain, let's say example.org, I want robot.txt to served normally. What is the right way to achieve that without writing an explicit redirect in all the server{}s? Thank you!