Categories
How to do a proper nginx rewrite?
Hello! There is an nginx rule
rewrite ^(.*)\.(jpe?g|png)$ /index.php?path=$1 last;
Answer the question
In order to leave comments, you need to log in
rewrite ^(.*)\.(jpe?g|png)$ /index.php?path=$1&type=$2 last;
rewrite ^(.*\.(jpe?g|png))$ /index.php?path=$1 last;
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question