This commit is contained in:
2025-10-06 14:27:49 +03:00
parent 4ff3e4ba29
commit db3fd7c71d
+12
View File
@@ -16,6 +16,18 @@ in
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
virtualHosts = { virtualHosts = {
"kuma.zeroq.ru" = {
forceSSL = true;
enableACME = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:4001";
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
'';
};
"node-red.zeroq.ru" = { "node-red.zeroq.ru" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;