0
点赞
收藏
分享

微信扫一扫

nginx小知识点记录

钟罗敏 2022-02-17 阅读 49
nginx

nginx代理命令

location /tyt/ {
    rewrite ^/b/(.*)$ $1 break;
    proxy_pass https://tytdebug.hxcx.com.cn;        
}
举报

相关推荐

0 条评论