diff options
author | Rory& <root@rory.gay> | 2024-12-24 04:57:30 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-12-24 05:03:24 +0100 |
commit | ad6d9e0d24b1a316a96372b6eb7e3bc5b3f3514a (patch) | |
tree | 3af3696323f2f3aeb498cd616f7cce7bdc5665af /host/Rory-nginx/configuration.nix | |
parent | Add module (diff) | |
download | Rory-Open-Architecture-ad6d9e0d24b1a316a96372b6eb7e3bc5b3f3514a.tar.xz |
Move redpanda on Rory-nginx to port 5100
Diffstat (limited to '')
-rwxr-xr-x | host/Rory-nginx/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index a29931b..f1ce3f9 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -113,7 +113,7 @@ config = { http = { enabled = true; - address = "127.0.0.1:5000"; + address = "127.0.0.1:5100"; }; input = { label = ""; |