APEX 24.2.5 (ORDS 24.4.0.r3451601)
Nginx performs SSL termination and forwards traffic to the internal network (Tomcat): http://<internal_host>:8092…
There are 2 run buttons in the Application Builder:
- Application "site" (/app-builder/home): “Run Application”
- Application Page Designer “site” (/app-builder/page-designer): “Save and Run Page”
Depending on the Nginx header configuration ("proxy_set_header host…"), one of them never works:
If configured “host” header variable: 1) works, 2) does not works
If not configured “host” header variable: 1) does not works, 2) works
(Regardless of the infrastructure, the buttons depend on APEX to function)
Is there anyone who also uses Nginx with SSL termination and does both application launch buttons work?