diff --git a/profiles/servers/nginx.nix b/profiles/servers/nginx.nix index 29eacfb..9650443 100644 --- a/profiles/servers/nginx.nix +++ b/profiles/servers/nginx.nix @@ -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"; diff --git a/profiles/servers/webhooks.nix b/profiles/servers/webhooks.nix index cfc7f9a..dad3cf0 100644 --- a/profiles/servers/webhooks.nix +++ b/profiles/servers/webhooks.nix @@ -23,7 +23,7 @@ in { services.webhook = { enable = true; - port = 9010; + port = 9510; group = "webhook"; user = "webhook"; environmentFiles = [