Update + remote build for some deploys
This commit is contained in:
parent
9efd16c34f
commit
a2878180cf
4 changed files with 45 additions and 38 deletions
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue