From what I can see, in the standard DBaaS setup Glassfish is listening on HTTP on port 8080 and HTTPS on port 8181.
I don't see any mapping ability in the Network Security Rules, so I'm assuming network mapping from external port 80 <--> 8080 and 443 <--> 8181 is happening transparently somewhere that I don't have access to (unless I'm missing it).
Long story short, I want to put NGINX infront of Glassfish, and I'm wondering how I can point port 80 and 443 to NGINX instead of Glassfish.
(I could change the ports Glassfish is listening on - but I'm wondering if there's a better way).
Thanks
John