small fix

This commit is contained in:
Aleksandr Lebedev 2025-10-19 13:58:11 +02:00
parent 53ed61892c
commit 7834796a46

View file

@ -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" = {