This commit is contained in:
2025-08-17 14:27:33 +03:00
parent 2560045563
commit ca025b5f40
+11 -8
View File
@@ -12,6 +12,7 @@
recommendedTlsSettings = true; recommendedTlsSettings = true;
virtualHosts = { virtualHosts = {
"immich.zeroq.ru" = { "immich.zeroq.ru" = {
# 31.57.105.253
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
@@ -19,14 +20,14 @@
proxyWebsockets = true; # Если Immich использует WebSockets proxyWebsockets = true; # Если Immich использует WebSockets
}; };
}; };
# "nextcloud.zeroq.ru" = { "nextcloud.zeroq.ru" = {
# forceSSL = true; forceSSL = true;
# enableACME = true; enableACME = true;
# locations."/" = { locations."/" = {
# proxyPass = "http://sapphira.laxta-platy.ts.net:10000"; # Порт Nextcloud proxyPass = "http://sapphira.laxta-platy.ts.net:10000"; # Порт Nextcloud
# proxyWebsockets = true; proxyWebsockets = true;
# }; };
# }; };
"llm.zeroq.ru" = { "llm.zeroq.ru" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
@@ -45,6 +46,8 @@
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
#44443 #44443
#44444 #44444
2283
10000
80 80
443 443
]; ];