change webhooks port
This commit is contained in:
parent
2521430f7d
commit
203dafe185
@ -152,7 +152,7 @@ in {
|
||||
'';
|
||||
};
|
||||
locations."/hooks" = {
|
||||
proxyPass = "http://127.0.0.1:9010/hooks";
|
||||
proxyPass = "http://127.0.0.1:9510/hooks";
|
||||
};
|
||||
locations."/.well-known/matrix" = {
|
||||
proxyPass = "https://matrix.ataraxiadev.com/.well-known/matrix";
|
||||
|
@ -23,7 +23,7 @@ in {
|
||||
|
||||
services.webhook = {
|
||||
enable = true;
|
||||
port = 9010;
|
||||
port = 9510;
|
||||
group = "webhook";
|
||||
user = "webhook";
|
||||
environmentFiles = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user