diff --git a/systems/hetzner/nginx.nix b/systems/hetzner/nginx.nix index e693797..ad47c30 100644 --- a/systems/hetzner/nginx.nix +++ b/systems/hetzner/nginx.nix @@ -84,6 +84,7 @@ runInUwsgi = true; uwsgiConfig = { socket = "/run/searx/searx.sock"; + chmod-socket = "660"; }; };