mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
eweefe
This commit is contained in:
parent
f941b3d419
commit
47f93f87a5
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
||||||
"search.missing.ninja" = {
|
"search.missing.ninja" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/".proxyPass = "http://unix:${config.services.searx.uwsgiConfig.socket}";
|
locations."/".proxyPass = "http://localhost:8080";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
|
|
||||||
services.searx = {
|
services.searx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
runInUwsgi = true;
|
runInUwsgi = false;
|
||||||
settings = {
|
settings = {
|
||||||
server.secret_key = "NotASecret";
|
server.secret_key = "NotASecret";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue