tadpole: Use port 3001 for gitea
This commit is contained in:
@@ -64,6 +64,7 @@ in
|
|||||||
ROOT_URL = "https://${gitDomain}";
|
ROOT_URL = "https://${gitDomain}";
|
||||||
|
|
||||||
SSH_PORT = 1122; # see `ssh` module
|
SSH_PORT = 1122; # see `ssh` module
|
||||||
|
HTTP_PORT = 3001;
|
||||||
};
|
};
|
||||||
|
|
||||||
database = {
|
database = {
|
||||||
@@ -123,7 +124,7 @@ in
|
|||||||
useACMEHost = gitDomain;
|
useACMEHost = gitDomain;
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://0.0.0.0:3000";
|
proxyPass = "http://0.0.0.0:3001";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user