与“Nginx自动跳转到HTTPS” 相关的1条结果

Nginx自动跳转到HTTPS

2018-12-12   证书安装
适用于 80端口和443 配置在同一个 server{}内 if ($server_port = 80) { rewrite ^(.*)$ https://$host$1&...