This commit is contained in:
2025-10-29 13:01:01 +03:00
parent a5aca58ad0
commit ac842b2e11
+11 -8
View File
@@ -138,14 +138,17 @@ in
client_max_body_size 5G; client_max_body_size 5G;
''; '';
}; };
# "llm.zeroq.ru" = { "ai.zeroq.ru" = {
# forceSSL = true; forceSSL = true;
# enableACME = true; enableACME = true;
# locations."/" = { locations."/" = {
# proxyPass = "http://100.86.62.4:11112"; proxyPass = "http://${server}:11112";
# proxyWebsockets = true; proxyWebsockets = true;
# }; };
# }; extraConfig = ''
client_max_body_size 5G;
'';
};
}; };
}; };
}; };