Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

AppBuilder run problem when using Nginx proxy

ZoltánAug 13 2025

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:

  1. Application "site" (/app-builder/home): “Run Application”
  2. 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?

Comments
Post Details
Added on Aug 13 2025
3 comments
84 views