feat(tazjin/camden): Redirect cs.tvl.fyi/ -> depot/

The homepage is not useful to us because there is only one repo here
anyways.

Change-Id: Ia4e77849dcc54b64bca8b87a3b7dfae3efc382da
This commit is contained in:
Vincent Ambo 2020-06-19 00:56:38 +01:00
parent 0b0e8c2da7
commit 94ead741ec

View file

@ -402,6 +402,10 @@ in lib.fix(self: {
forceSSL = true;
extraConfig = ''
location = / {
return 301 https://cs.tvl.fyi/depot;
}
location / {
proxy_set_header X-Sg-Auth "Anonymous";
proxy_pass http://localhost:3463;