
실행하면 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이 작동하지 않는다는 출력을 확인하세요.