diff --git a/roles/gitea.nix b/roles/gitea.nix index b08289d..34b7298 100644 --- a/roles/gitea.nix +++ b/roles/gitea.nix @@ -13,7 +13,7 @@ }; domain = "source.mcwhirter.io"; # Domain name rootUrl = "https://source.mcwhirter.io/"; # Root web URL - httpPort = 3001; # Provided unique port + httpPort = 3002; # Provided unique port extraConfig = let docutils = pkgs.python37.withPackages (ps: with ps; [ @@ -64,7 +64,7 @@ virtualHosts."source.mcwhirter.io" = { # Gitea hostname enableACME = true; # Use ACME certs forceSSL = true; # Force SSL - locations."/".proxyPass = "http://localhost:3001/"; # Proxy Gitea + locations."/".proxyPass = "http://localhost:3002/"; # Proxy Gitea }; virtualHosts."git.mcwhirter.io" = { # Hostname to be redirected globalRedirect = "source.mcwhirter.io"; # Redirect permanently to the host