サイトが 80 http アクセスと 443 https アクセスの両方を必要とする場合。
https と http を共存させるには、構成ファイルで ssl を使用することはできません。 listen 443 ssl;
root /home/wwwroot/www.iamle.com/;#ssl on; コメントアウト
ssl_certificate /usr/local/nginx/conf/www_iamle_com.crt; ssl_certificate_key /usr/local/nginx/conf/www_iamle_com.key;
}
転載元: http://www.iamle.com/archives/1231.html
http://nginx .org/en/docs/http/cconfiguring_https_servers.html#single_http_https_server
上記では、Nginx サーバー ホスト上での 80、433 http と https の共存について、関連する内容も含めて紹介しています。PHP チュートリアルに興味のある友人に役立つことを願っています。