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:
parent
0b0e8c2da7
commit
94ead741ec
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue