Comment 3 for bug 2022926

Revision history for this message
Alexsander de Souza (alexsander-souza) wrote :

We need to update the nginx configuration from

proxy_set_header Host $host;

to

proxy_set_header Host $http_host;

otherwise we lose the port information