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 の場所で/category/paidを除いて、/category/anythingと一致させようとしています。
次の正規表現がありますが、機能していません。Googleは、nginxで先読みを使用できると言っています。私は何か間違ったことをしていますか?
location ^/category(?!/paid)/ { }