From 23757e4a951b7bd71f9655b381b3fdfc778ff42a Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 11 Jul 2023 19:12:19 +1000 Subject: [PATCH] forgejo: removed redundant / locations --- profiles/forgejo.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiles/forgejo.nix b/profiles/forgejo.nix index 487dcf6..a8a7ee9 100644 --- a/profiles/forgejo.nix +++ b/profiles/forgejo.nix @@ -98,14 +98,12 @@ in { # Hostname to be redirected enableACME = true; # Use ACME certs forceSSL = true; # Force SSL - locations."/".proxyPass = "http://localhost:3002/"; # Proxy Forgejo globalRedirect = "source.mcwhirter.io"; # Redirect permanently to the host }; virtualHosts."code.mcwhirter.io" = { # Hostname to be redirected enableACME = true; # Use ACME certs forceSSL = true; # Force SSL - locations."/".proxyPass = "http://localhost:3002/"; # Proxy Forgejo globalRedirect = "source.mcwhirter.io"; # Redirect permanently to the host }; };