ANXS / nginx

A fairly flexible and feature full Ansible role for the NGINX web server.
MIT License
151 stars 82 forks source link

Update defined openssl_version form 1.0.2c to 1.0.2d #50

Closed dspasic closed 9 years ago

dspasic commented 9 years ago

The older version is not available anymore what caused an error by executing the task "extract openssl source" because of missing resource.

ejohansson commented 9 years ago

+1

For now you can to redefine openssl_version: "1.0.2d"

- role: ANXS.nginx
      nginx_install_method: source
      openssl_version: "1.0.2d"
soupdiver commented 9 years ago

LGFM

farridav commented 9 years ago

Closing in favour of https://github.com/ANXS/nginx/pull/47 (merged)