I randomly found a solution.
I used the following:
location ^~ /image {
rewrite ^/image/([a-zA-Z0-9_+]+)/([a-zA-Z0-9+]+)\.png$ /img/image.php?style=$1&user=$2 last;
expires epoch;
}
I used the following:
location ^~ /image {
rewrite ^/image/([a-zA-Z0-9_+]+)/([a-zA-Z0-9+]+)\.png$ /img/image.php?style=$1&user=$2 last;
expires epoch;
}