ollama: fix proxying

This commit is contained in:
Giulio De Pasquale 2024-04-02 22:56:17 +01:00
parent ed70646087
commit 57f5b0a4e2

View File

@ -47,7 +47,9 @@ in
allowLan = true;
allowWAN = true;
extraConfig = ''
proxy_buffering off;
proxy_read_timeout 600s;
proxy_set_header Host localhost:11434;
'';
};
};