This commit is contained in:
death916 2026-02-07 01:51:27 -08:00
parent e08528d6c2
commit 43b8438201

View file

@ -26,7 +26,6 @@ in
autoStart = true; autoStart = true;
ports = [ ports = [
"8080:8080" # AIO Interface "8080:8080" # AIO Interface
"11000:11000" # Apache Port (for Reverse Proxy - Original)
"11001:11001" # Apache Port (for Reverse Proxy) "11001:11001" # Apache Port (for Reverse Proxy)
]; ];
environment = { environment = {
@ -46,7 +45,6 @@ in
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
8080 8080
11000
11001 11001
]; ];
} }