From 203dafe18562d110d938874cd081cb00b36bf93f Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Sun, 21 Jan 2024 16:29:00 +0300 Subject: [PATCH] change webhooks port --- profiles/servers/nginx.nix | 2 +- profiles/servers/webhooks.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = [