this repo has no description
31
fork

Configure Feed

Select the types of activity you want to include in your feed.

hosts/appview: change upstream host for knot


Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

+3 -3
+3 -3
hosts/appview/services/nginx.nix
··· 22 22 23 23 streamConfig = '' 24 24 upstream knot-sailor { 25 - server 94.237.110.185:22; 25 + server 85.9.211.103:22; 26 26 } 27 27 28 28 server { ··· 36 36 # Redirect tangled.sh → tangled.org 37 37 "tangled.sh" = { 38 38 locations."/" = { 39 - extraConfig = '' 39 + extraConfig = '' 40 40 if ($request_uri !~* "^/.well-known/acme-challenge/") { 41 41 return 301 https://tangled.org$request_uri; 42 42 } 43 - ''; 43 + ''; 44 44 }; 45 45 46 46 forceSSL = true;