Update + remote build for some deploys

This commit is contained in:
Aleksandr Lebedev 2025-10-22 00:41:33 +02:00
parent 9efd16c34f
commit a2878180cf
4 changed files with 45 additions and 38 deletions

View file

@ -144,7 +144,10 @@ in {
locations."/" = {
proxyPass = "http://${config.services.open-webui.host}:${builtins.toString config.services.open-webui.port}";
proxyWebsockets = true;
#extraConfig = "proxy_buffering off;";
extraConfig = ''
proxy_send_timeout 7200;
proxy_read_timeout 7200;
'';
};
};
"smart-home.kylekrein.com" = {