Nginx 配置

 

 

location /xxx {
    root /usr/local/nginx/html;
    rewrite ^(.*) https://b.cn$1 permanent;
}

 

posted @ 2022-04-20 16:55  林间有风-邓  阅读(4)  评论(0编辑  收藏  举报