This commit is contained in:
2025-08-02 22:36:09 +03:00
parent 0570c31d24
commit b82243d9e8
+8 -8
View File
@@ -15,7 +15,7 @@
recommendedTlsSettings = true;
virtualHosts = {
"immich.zeroq.ru" = {
forceSSL = true; # Принудительный HTTPS
forceSSL = false;
enableACME = false;
locations."/" = {
proxyPass = "http://sapphira.laxta-platy.ts.net:2283"; # Порт Immich
@@ -23,7 +23,7 @@
};
};
"nextcloud.zeroq.ru" = {
forceSSL = true;
forceSSL = false;
enableACME = false;
locations."/" = {
proxyPass = "http://sapphira.laxta-platy.ts.net:10000"; # Порт Nextcloud
@@ -31,20 +31,20 @@
};
};
"llm.zeroq.ru" = {
forceSSL = true;
forceSSL = false;
enableACME = false;
locations."/" = {
proxyPass = "http://sapphira.laxta-platy.ts.net:11111"; # Порт Open WebUI
proxyPass = "http://atoridu.laxta-platy.ts.net:11111"; # Порт Open WebUI
proxyWebsockets = true;
};
};
};
};
};
# security.acme = {
# acceptTerms = true;
# defaults.email = "oqyude@gmail.com";
# };
security.acme = {
acceptTerms = true;
defaults.email = "oqyude@gmail.com";
};
networking.firewall.allowedTCPPorts = [
#44443
#44444