Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここで私が作成した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 が表示されました。どうすればよいですか? ありがとう