nginx80转443 Administrator 2022-04-24 nginx nginx80转443 562 server { listen 80; server_name yuming.com; rewrite ^(.*)$ https://yuming.com; }