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 }; };