You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes ProxyPass and ProxyPassMatch quite inconsistent from SetHandler as well as usual nginx setup where PATH_INFO is decoded. I fixed it for removing path info from the script name so we are already decoding it for this case but somehow the actual PATH_INFO is not decode which is really omision of that fix.