simplified nginx config

This commit is contained in:
Leyla Becker 2025-03-19 01:13:38 -05:00
parent 4c430404b3
commit 2350eb43ec
6 changed files with 71 additions and 72 deletions

View file

@ -20,7 +20,8 @@
};
};
host = {
reverse_proxy.subdomains.${config.host.searx.subdomain} = {
reverse_proxy.subdomains.searx = {
subdomain = config.host.searx.subdomain;
target = "http://localhost:${toString config.services.searx.settings.server.port}";
};
};