Shifted to port 3002
This commit is contained in:
parent
0fa5a9f3d6
commit
8114296098
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue