PHP header location redirecting to real port instead of fake one – Nginx
I have a running nginx web server using PHP 7.4 (FPM) using Ubuntu 20.04. The web server runs on port 2080 and 2443, and they are port forwarded on port 2443 LAN 443 WAN. I have a PHP script that…