驗證網址nginx.org安全性

Configuring HTTPS servers - nginx news

To configure an HTTPS server, the ssl parameter must be enabled on listening sockets in the server block, and the locations of the server certificate and private key files should be specified: server { listen 443 ssl; server_name www.example.com ......

網址安全性掃描由 google 提供