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"; };