0

ここで私が作成したnginx.conf、

location / {
try_files $uri $uri/ /index.php?q=$request_uri&$args;
rewrite ^thumb/([^/]+)x([^/]+)/(.*) timthumb.php?src=http://$3&h=$2&w=$1 last;
}

しかし、エラー 404 nginx が表示されました。どうすればよいですか? ありがとう

4

1 に答える 1