diff options
author | Alan Pearce | 2025-03-19 23:04:12 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-19 23:04:12 +0100 |
commit | 342579099e11494e7cba626e0acc114ce35c8b34 (patch) | |
tree | a7aff0bf3c87ab2dee16b931f9caa76894a607e0 /system | |
parent | ca3100aa60211070aa031956f616c6616110e873 (diff) | |
download | nixfiles-342579099e11494e7cba626e0acc114ce35c8b34.tar.lz nixfiles-342579099e11494e7cba626e0acc114ce35c8b34.tar.zst nixfiles-342579099e11494e7cba626e0acc114ce35c8b34.zip |
dev: update searchix port (not using templ)
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/dev.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/dev.nix b/system/settings/dev.nix index c0937ec0..a11bc097 100644 --- a/system/settings/dev.nix +++ b/system/settings/dev.nix @@ -43,7 +43,7 @@ "searchix.localhost" = { logFormat = "output discard"; extraConfig = '' - reverse_proxy http://localhost:7331 { + reverse_proxy http://localhost:3000 { transport http { dial_timeout 1s compression off |