nginx erro SSL

2

Quando executo sbin/nginx -t , recebo o seguinte erro

[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
    
por user1745933 16.10.2012 / 03:07

1 resposta

5

Parece que o seu nginx não foi construído com o ngx_http_ssl_module. Veja a saída de nginx -V se não houver nenhum parâmetro --with-http_ssl_module , então o ssl não funcionará

    
por 16.10.2012 / 14:17

Tags