forked from DGNum/infrastructure
feat(outline): Disallow indexing of ds docs
This commit is contained in:
parent
261ec7d16f
commit
2e4f7d98c4
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ in {
|
||||||
proxyPass = "http://localhost:3003";
|
proxyPass = "http://localhost:3003";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
locations."/robots.txt" = {
|
||||||
|
return = ''200 "User-agent: *\nDisallow: /s/demarches-normaliennes/\n"'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
dgn-secrets.matches."^outline-.*$" = { owner = "outline"; };
|
dgn-secrets.matches."^outline-.*$" = { owner = "outline"; };
|
||||||
|
|
Loading…
Reference in a new issue