Home > other >  When I perform sbin/nginx - t appear the following questions, can help me to solve.
When I perform sbin/nginx - t appear the following questions, can help me to solve.

Time:10-02

I in cloudfoundry/deployments/devbox/deploy/nginx/nginx - 0.8.54/conf/nginx. Conf configuration below
Server {
443 the default SSL listen;
Server_name localhost.
If ($server_port=443) {set $HTTPS on; }
If ($server_port=80) {$HTTPS set off; }
SSL on;
Ssl_certificate/var/vcap/SSL/cfsupp1 CRT;
Ssl_certificate_key/var/vcap/SSL/cfsupp1 key;
Rewrite ^ (. *) http://domain.com$1 permanent;
Ssl_session_timeout 5 m;
Ssl_protocols SSLv2 SSLv3 TSv1;
Ssl_ciphers ALL:! ADH:! EXPORT56: RC4 + RSA: + HIGH: + MEDIUM: + LOW: + SSLv2: + EXP;
Ssl_prefer_server_ciphers on; }
Perform the following statement error:
Root @ cf001: ~/cloudfoundry/deployments/devbox/deploy/nginx/nginx - # 0.8.54 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

CodePudding user response:

Your problem solved? I also encountered this problem,,,
  • Related