This commit is contained in:
2025-10-01 11:58:01 +03:00
parent f563ab1216
commit 0f2fb9246e
7 changed files with 21 additions and 149 deletions
+12
View File
@@ -16,6 +16,18 @@ in
recommendedProxySettings = true;
recommendedTlsSettings = true;
virtualHosts = {
"node-red.zeroq.ru" = {
forceSSL = true;
enableACME = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:1880";
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
'';
};
"flux.zeroq.ru" = {
forceSSL = true;
enableACME = true;