define standard https port in APEX
Hi ,
I have following setup :
DB: 19.26 SE2
APEX: 24.1.6
ORDS: 24.4
NGINX: 1.20.1 (Reverse proxy)
The issue I am facing is that when for instance requesting the URL https://www.example.com:8444/ords/apex the response removes the port https://www.example.com/ords/r/apex/workspace-sign-in/oracle-apex-sign-in?session=9352585682505 and I get certainly an error 404 - when executing the URL again https://www.example.com:8444/ords/r/apex/workspace-sign-in/oracle-apex-sign-in?session=9352585682505 it works as expected . I have set proxy_set_header X-forwarded-port 8444 in the nginx config for the virtual host. Obviously as described above it basically works but as outcome for my analysis done beforehand the rewrite is happening on APEX. Any ideas where I need to set the port to avoid this rewrites ?