nginx代理命令
location /tyt/ {
rewrite ^/b/(.*)$ $1 break;
proxy_pass https://tytdebug.hxcx.com.cn;
}
nginx小知识点记录
阅读 51
2022-02-17
location /tyt/ {
rewrite ^/b/(.*)$ $1 break;
proxy_pass https://tytdebug.hxcx.com.cn;
}
相关推荐
精彩评论(0)