Re: Forcing URLs to lower case example

2024-03-07 Thread Jeffrey Walton
On Thu, Mar 7, 2024 at 1:54 PM Victor Oppenheimer wrote: > > I am using nginx on MS Windows primarily for reverse proxying. > > I would like to force URLs reaching nginx into lower case before further > processing in my nginx.configfile. > > That is, I'd like subsequent server and/or location dire

Forcing URLs to lower case example

2024-03-07 Thread Victor Oppenheimer
Greetings, I am using nginx on MS Windows primarily for reverse proxying. I would like to force URLs reaching nginx into lower case before further processing in my nginx.configfile. That is, I'd like subsequent server and/or location directives to all receive lower case versions of URLs bein