Lekensteyn asked: In order to not pass garbage to the back-end, I have a strict regex for a location directive. It looks like this: location ^~ "/(some|stuff|more|bar|etc(-testing)?)/[a-zA-Z0-9]+/...(more|restrict).ext { # other
↧