
Cuando ejecuto sbin/nginx -t
me sale el siguiente error
[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
Respuesta1
Parece que su nginx no se ha creado con ngx_http_ssl_module. Vea el resultado de nginx -V
si no hay ningún --with-http_ssl_module
parámetro, entonces SSL no funcionará