nginx location 配置问题

2025-05-23 02:16:48
推荐回答(1个)
回答1:

location ~* \.(gif|jpg|png|jpeg)$ {
    if ($query_string = "") {
        break;
    }
}