expose
expose copied to clipboard
Expose appends port with proxy_redirect off
Hey Marcel. thanks for that great project.
I'm installing Expose on Forge. it's working as expected. but for some reason it appends the :8085 to all clients` domain
Expose Server
expose serve my-custom-domain.com --port 8085
Client
expose share --subdomain local.test
local.test is a valid project that works on my local through Valet
Then I get this in the dashboard - Note the port is appended

And this is the dd of var_dump($_SERVER)

My Nginx configuration has proxy redirect off already
proxy_redirect off;
Just realized same thing.
It also ended up: The tunnel "abc.expose" was not found on this Expose server due to this.
Closing this issue because it's old