From 213504a2da6454b0e63c203a2452d023822e67b7 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Wed, 19 Feb 2025 01:16:39 +0000 Subject: so the main issue with the reverse proxy was that bosco was brokie and couldn't build nixos, working now --- modules/nixos/cgit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/cgit.nix b/modules/nixos/cgit.nix index 3b4d070..a260c87 100644 --- a/modules/nixos/cgit.nix +++ b/modules/nixos/cgit.nix @@ -38,7 +38,7 @@ in { # This is for hosting on bosco enable = true; email = "${email}"; virtualHosts."git.myrmexia.xyz".extraConfig = '' - "reverse_proxy http://localhost:8081" + reverse_proxy http://localhost:8081 ''; # # reverse_proxy http://localhost:${toString config.services.cgit.port} '' }; -- cgit v1.2.3