fix(modules/searxng): fix bad gateway in nginx
Some checks failed
Nix CI / build (push) Failing after 3m13s
Some checks failed
Nix CI / build (push) Failing after 3m13s
This commit is contained in:
parent
4ad607bd49
commit
2e175cce9f
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ mkIf cfg.enable {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://[::1]:${toString cfg.port}";
|
proxyPass = "http://127.0.0.1:${toString cfg.port}";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue