Problem with double slashes in URL when using nginx as proxy

alexk nginx-forum at nginx.us
Fri Sep 10 16:05:13 MSD 2010


Strange,

When post is specified in listen directive:

server {
    listen 80;
    ...
}

it works well with double slashes.

But when using domain name in listen directive

server {
    listen *****.com;
    ...
}

it removes double slashes.

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,113427,129135#msg-129135




More information about the nginx mailing list