ansible-playbooks
ansible-playbooks copied to clipboard
Install latest Nginx version from official repos
If you use default Debian or Ubuntu repos, you'll get Nginx 1.4.x, which is really outdated and has lots of security bugs (check this: http://nginx.org/en/security_advisories.html ). It's better if you configure Nginx official repo and install version >= 1.8.x
Hope this helps!