This commit is contained in:
2025-10-08 17:55:42 +03:00
parent de79cd63ec
commit 79854c3dfe
+7 -7
View File
@@ -19,7 +19,7 @@ in
"kuma.zeroq.ru" = { "kuma.zeroq.ru" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
kTLS = true; # kTLS = true;
locations."/" = { locations."/" = {
proxyPass = "http://${server}:4001"; proxyPass = "http://${server}:4001";
proxyWebsockets = true; proxyWebsockets = true;
@@ -44,7 +44,7 @@ in
"flux.zeroq.ru" = { "flux.zeroq.ru" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
kTLS = true; # kTLS = true;
locations."/" = { locations."/" = {
proxyPass = "http://${server}:6061"; proxyPass = "http://${server}:6061";
proxyWebsockets = true; proxyWebsockets = true;
@@ -57,7 +57,7 @@ in
"office.zeroq.ru" = { "office.zeroq.ru" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
kTLS = true; # kTLS = true;
locations = { locations = {
"/" = { "/" = {
proxyPass = "http://${server}:9980"; # API и coauthoring proxyPass = "http://${server}:9980"; # API и coauthoring
@@ -75,7 +75,7 @@ in
"immich.zeroq.ru" = { "immich.zeroq.ru" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
kTLS = true; # kTLS = true;
locations."/" = { locations."/" = {
proxyPass = "http://${server}:2283"; proxyPass = "http://${server}:2283";
proxyWebsockets = true; proxyWebsockets = true;
@@ -88,7 +88,7 @@ in
"nextcloud.zeroq.ru" = { "nextcloud.zeroq.ru" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
kTLS = true; # kTLS = true;
locations = { locations = {
"/" = { "/" = {
proxyPass = "http://${server}:10000"; proxyPass = "http://${server}:10000";
@@ -111,7 +111,7 @@ in
"calibre.zeroq.ru" = { "calibre.zeroq.ru" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
kTLS = true; # kTLS = true;
locations."/" = { locations."/" = {
proxyPass = "http://${server}:8083"; proxyPass = "http://${server}:8083";
proxyWebsockets = true; proxyWebsockets = true;
@@ -124,7 +124,7 @@ in
"pdf.zeroq.ru" = { "pdf.zeroq.ru" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
kTLS = true; # kTLS = true;
locations."/" = { locations."/" = {
proxyPass = "http://${server}:6060"; proxyPass = "http://${server}:6060";
proxyWebsockets = true; proxyWebsockets = true;