From a8e59d64204f3da58730c2317b9c2a47728054eb Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 16 Jul 2024 21:27:08 +0200 Subject: [PATCH] disable uwsgi --- systems/hetzner/nginx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/hetzner/nginx.nix b/systems/hetzner/nginx.nix index 8b8b5cf..a8d62a8 100644 --- a/systems/hetzner/nginx.nix +++ b/systems/hetzner/nginx.nix @@ -52,7 +52,7 @@ "search.missing.ninja" = { forceSSL = true; enableACME = true; - locations."/".proxyPass = "http://localhost:3355"; + locations."/".proxyPass = "http://localhost:8080"; }; }; }; @@ -81,7 +81,7 @@ services.searx = { enable = true; - runInUwsgi = true; + runInUwsgi = false; uwsgiConfig = { http = ":3355"; socket = "/run/searx/searx.sock";