Skip to content
IOIOX 文档中心
Search
K
Main Navigation
首页
Linux 命令查询
博客
Appearance
Menu
Return to top
On this page
Table of Contents for current page
Nginx 配置 ua 判断
nginx
if
( $http_user_agent
~*
"git|wget"
){
return
301
https://xxxxx.com$request_uri;
}