fix: Searx is running #39

Merged
teutat3s merged 2 commits from fix/searx into main 2023-10-29 22:51:58 +00:00
Showing only changes of commit cb26fa3d00 - Show all commits

View file

@ -28,7 +28,7 @@
runInUwsgi = true; runInUwsgi = true;
uwsgiConfig = { uwsgiConfig = {
disable-logging = false; disable-logging = true;
socket = "/run/searx/searx.sock"; socket = "/run/searx/searx.sock";
chmod-socket = "660"; chmod-socket = "660";
}; };