From 47f93f87a5da798cf64bd217f3934cbd3987d0f0 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 16 Jul 2024 21:34:23 +0200 Subject: [PATCH] eweefe --- 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 8bbcf6d..71584e7 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://unix:${config.services.searx.uwsgiConfig.socket}"; + locations."/".proxyPass = "http://localhost:8080"; }; }; }; @@ -81,7 +81,7 @@ services.searx = { enable = true; - runInUwsgi = true; + runInUwsgi = false; settings = { server.secret_key = "NotASecret"; };