This commit is contained in:
2025-08-02 22:40:14 +03:00
parent b82243d9e8
commit 28742581c1
2 changed files with 13 additions and 14 deletions
-1
View File
@@ -61,7 +61,6 @@ let
services = {
earlyoom.enable = true;
preload.enable = true;
throttled.enable = true;
journald = {
extraConfig = ''
SystemMaxUse=512M
+13 -13
View File
@@ -12,27 +12,27 @@
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
recommendedTlsSettings = false;
virtualHosts = {
"immich.zeroq.ru" = {
forceSSL = false;
enableACME = false;
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://sapphira.laxta-platy.ts.net:2283"; # Порт Immich
proxyWebsockets = true; # Если Immich использует WebSockets
};
};
"nextcloud.zeroq.ru" = {
forceSSL = false;
enableACME = false;
locations."/" = {
proxyPass = "http://sapphira.laxta-platy.ts.net:10000"; # Порт Nextcloud
proxyWebsockets = true;
};
};
# "nextcloud.zeroq.ru" = {
# forceSSL = true;
# enableACME = true;
# locations."/" = {
# proxyPass = "http://sapphira.laxta-platy.ts.net:10000"; # Порт Nextcloud
# proxyWebsockets = true;
# };
# };
"llm.zeroq.ru" = {
forceSSL = false;
enableACME = false;
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://atoridu.laxta-platy.ts.net:11111"; # Порт Open WebUI
proxyWebsockets = true;