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;
'';
};
# "llm.zeroq.ru" = {
# forceSSL = true;
# enableACME = true;
# locations."/" = {
# proxyPass = "http://100.86.62.4:11112";
# proxyWebsockets = true;
# };
# };
"ai.zeroq.ru" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://${server}:11112";
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
'';
};
};
};
};