feat(nix): add uwsgi configuration for search.hoyer.world
- Introduced `uwsgiConfig` section in the Searx configuration for `search.hoyer.world`. - Configures uWSGI to listen on port `8081` for HTTP requests.
This commit is contained in:
parent
437cb4b606
commit
6597561ec4
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
configureNginx = true;
|
configureNginx = true;
|
||||||
domain = "search.hoyer.world";
|
domain = "search.hoyer.world";
|
||||||
|
uwsgiConfig = {
|
||||||
|
http = ":8081";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
metacfg = {
|
metacfg = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue