Here my nginx.conf that i create,
location / {
try_files $uri $uri/ /index.php?q=$request_uri&$args;
rewrite ^thumb/([^/]+)x([^/]+)/(.*) timthumb.php?src=http://$3&h=$2&w=$1 last;
}
However, i got error 404 nginx, what i must do? thanks
Here my nginx.conf that i create,
location / {
try_files $uri $uri/ /index.php?q=$request_uri&$args;
rewrite ^thumb/([^/]+)x([^/]+)/(.*) timthumb.php?src=http://$3&h=$2&w=$1 last;
}
However, i got error 404 nginx, what i must do? thanks
Copyright © 2021 Jogjafile Inc.
well, i got my answer by myself