ollama: fix proxying
This commit is contained in:
parent
ed70646087
commit
57f5b0a4e2
@ -47,7 +47,9 @@ in
|
|||||||
allowLan = true;
|
allowLan = true;
|
||||||
allowWAN = true;
|
allowWAN = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
proxy_buffering off;
|
||||||
proxy_read_timeout 600s;
|
proxy_read_timeout 600s;
|
||||||
|
proxy_set_header Host localhost:11434;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user