Когда я бегу 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
Похоже, ваш nginx не был построен с ngx_http_ssl_module. См. Вывод nginx -V
если нет --with-http_ssl_module
параметр тогда ssl не будет работать