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;
|
forceSSL = true;
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
location = / {
|
||||||
|
return 301 https://cs.tvl.fyi/depot;
|
||||||
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_set_header X-Sg-Auth "Anonymous";
|
proxy_set_header X-Sg-Auth "Anonymous";
|
||||||
proxy_pass http://localhost:3463;
|
proxy_pass http://localhost:3463;
|
||||||
|
|
Loading…
Reference in a new issue