feat(outline): Disallow indexing of ds docs

This commit is contained in:
Tom Hubrecht 2023-12-10 20:50:40 +01:00
parent 261ec7d16f
commit 2e4f7d98c4

View file

@ -45,6 +45,10 @@ in {
proxyPass = "http://localhost:3003";
proxyWebsockets = true;
};
locations."/robots.txt" = {
return = ''200 "User-agent: *\nDisallow: /s/demarches-normaliennes/\n"'';
};
};
dgn-secrets.matches."^outline-.*$" = { owner = "outline"; };