diff options
author | Rory& <root@rory.gay> | 2024-12-24 04:57:30 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-12-24 04:57:30 +0100 |
commit | 7f12c1ecf50708087385744f95495f6ae2be6306 (patch) | |
tree | 5987c9e3a5b3487cd3b4f40f5a59d437d0f5c904 | |
parent | Add module (diff) | |
download | Rory-Open-Architecture-add-redpanda.tar.xz |
Move redpanda on Rory-nginx to port 5100 add-redpanda
-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 = ""; |