small fix
This commit is contained in:
parent
53ed61892c
commit
7834796a46
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ in {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://${config.services.open-webui.host}:${builtins.toString config.services.open-webui.port}";
|
proxyPass = "http://${config.services.open-webui.host}:${builtins.toString config.services.open-webui.port}";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
|
extraConfig = "proxy_buffering off;";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"smart-home.kylekrein.com" = {
|
"smart-home.kylekrein.com" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue