diff options
Diffstat (limited to 'system/settings/dev.nix')
-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 |