Answer the question
In order to leave comments, you need to log in
NGINX Regexp match-anything. How to ask?
Hello!
More recently, when switching from apache to nginx + php-fpm, I encountered the following problem. There is this rewrite rule:
location / {
rewrite "^/download/([a-zA-Z0-9-=/+]+)_([a-f0-9]{32})/.{3,60}/*$" /index.php?module=download&token=$1&md5=$2;}
Answer the question
In order to leave comments, you need to log in
Maybe you have a location with a regular expression that catches all the statics, including zip ?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question