Hi all,
I'm struggling for days on this issue, I hope someone give me a direction here.
When I request a file through the PHP hosted application on nginx, the file comes on URL like that: http://www.server.com.br/file/llá.jpg, and the nginx says the file is not found. Then I have to manually put the URL as: http://www.server.com.br/file/ll%e1.jpg to download the file.
I already have changed the charset option on nginx.conf without success. The attachment have my current nginx.conf, thanks.