simplified nginx config
This commit is contained in:
parent
4c430404b3
commit
2350eb43ec
6 changed files with 71 additions and 72 deletions
|
@ -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}";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue