Re: Nginx reverse proxy corrupting filenames

2024-06-21 Thread Gustavo Chaves
Em qui., 20 de jun. de 2024 às 16:15, Daniel Sahlberg escreveu: > > Have you seen the FAQ item about reverse proxies: Yes, I have. > I have absolutely no experience with Nginx but this seems to set the > Destination header, much like the examples in the FAQ for IIS. But it seems > it keep the

Re: Nginx reverse proxy corrupting filenames

2024-06-20 Thread Daniel Sahlberg
Hi Gustavo! Have you seen the FAQ item about reverse proxies: https://subversion.apache.org/faq.html#reverseproxy It doesn't have any specific information about Nginx but maybe you can get a hint at the correct information based on the reverse proxy instructions for Apache Httpd and IIS. Den to

Nginx reverse proxy corrupting filenames

2024-06-20 Thread Gustavo Chaves
I have a Subversion vesion 1.14.1 running behind a reverse proxy implemented by nginx version 1.18.0 on a Ubuntu 22.04 server. I'm having problems renaming files in it. I came up with the following procedure to reproduce the problem: > $ export LANG=C.UTF-8 > $ export LANGUAGE=en > $ REPO=https:/