Eva*_*van 5 php linux nginx server nginx-location
以下三个指令之间有区别吗?
location ~* \.(png)$ {
expires max;
log_not_found off;
}
location ~ \.(png)$ {
expires max;
log_not_found off;
}
location ~ .(png)$ {
expires max;
log_not_found off;
}
Run Code Online (Sandbox Code Playgroud)
预先感谢您抽出宝贵的时间。
| 归档时间: |
|
| 查看次数: |
2762 次 |
| 最近记录: |