this repo has no description
31
fork

Configure Feed

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

`mirror.tangled.network`

Signed-off-by: Seongmin Lee <git@boltless.me>

+3 -3
+3 -3
hosts/mirror/services/nginx.nix
··· 2 2 services.nginx = { 3 3 enable = true; 4 4 virtualHosts = { 5 - "mirror-tngl.boltless.me" = { 6 - forceSSL = true; 7 - enableACME = true; 5 + "mirror.tangled.network" = { 6 + forceSSL = false; 7 + enableACME = false; 8 8 locations."/" = { 9 9 proxyPass = "http://127.0.0.1:7000"; 10 10 };