详解 Nginx 的 rewrite 重定向配置

224次阅读
没有评论
server
    {
        listen 80;

        server_name wujingquan.com;
        return 301 https://www.wujingquan.com$request_uri; # 跳转到带www的

    }
正文完
 0
wujingquan
版权声明:本站原创文章,由 wujingquan 于2023-08-29发表,共计100字。
转载说明:Unless otherwise specified, all articles are published by cc-4.0 protocol. Please indicate the source of reprint.
评论(没有评论)