nginx.conf直接引入该文件 ssl.conf 需要提前准备ssl证书 ssl_certificate 证书路径; #配置证书路径 ssl_ce
nginx.conf直接引入该文件 proxy.conf proxy_pass http://127.0.0.1:3000; # 指定后端地址 proxy_set_header Host $host; #传递真实域名 proxy_set_header X-Real-IP $remote_