disable uwsgi

This commit is contained in:
jopejoe1 2024-07-16 21:27:08 +02:00
parent 826d8e298e
commit a8e59d6420

View file

@ -52,7 +52,7 @@
"search.missing.ninja" = { "search.missing.ninja" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/".proxyPass = "http://localhost:3355"; locations."/".proxyPass = "http://localhost:8080";
}; };
}; };
}; };
@ -81,7 +81,7 @@
services.searx = { services.searx = {
enable = true; enable = true;
runInUwsgi = true; runInUwsgi = false;
uwsgiConfig = { uwsgiConfig = {
http = ":3355"; http = ":3355";
socket = "/run/searx/searx.sock"; socket = "/run/searx/searx.sock";