
実行するとsbin/nginx -t
次のエラーが発生します
[emerg]: the "ssl" parameter requires ngx_http_ssl_module in /root/cloudfoundry/.deployments/devbox/deploy/nginx/nginx-0.8.54/conf/nginx.conf:98
configuration file /root/cloudfoundry/.deployments/devbox/deploy/nginx/nginx-0.8.54/conf/nginx.conf test failed
答え1
nginx が ngx_http_ssl_module でビルドされていないようです。出力を確認してください。パラメータnginx -V
がない場合--with-http_ssl_module
、ssl は機能しません。