From c0a86636d236a4501c5bf9f661177c1f3ae6ca87 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Thu, 1 May 2025 12:19:04 -0500 Subject: [PATCH] add comment note to remind myself that oracle cloud console also need port exposed --- hosts/oracle/o001/nginx.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/oracle/o001/nginx.nix b/hosts/oracle/o001/nginx.nix index b858e96..65c0bb7 100644 --- a/hosts/oracle/o001/nginx.nix +++ b/hosts/oracle/o001/nginx.nix @@ -152,6 +152,7 @@ ''; }; + # NOTE Oracle also has security rules that must expose these ports so this alone will not work! See readme networking.firewall.allowedTCPPorts = [ 80 # web http 443 # web https