mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user