2022年10月20日 802 阅读 运维 nginx配置http强制重定向至https以及过程中遇到的坑 nginx配置http强制重定向至https以及过程中遇到的坑重定向的常规配置server { listen 80; server_name xxx.cn; rewrite ^...