Seravo / wp-vagrant

Vagrant box for the Seravo WordPress project template
https://seravo.com/docs/
MIT License
18 stars 3 forks source link

Update the Nginx version in Vagrant to match production #45

Closed ottok closed 6 years ago

ottok commented 7 years ago

I made some checks and noticed that in our Vagrant image the Nginx version is behind the production container version:

vagrant@wordpress:~$ nginx -v
nginx version: nginx/1.8.0

wp-palvelu@wp-palvelu:~$ nginx -v
nginx version: nginx/1.12.1

For the other components I checked versions match quite well (Node.js 7.10, MariaDB 10.1.26, PHP 7.0.22, Redis 2.8.4).

In general we should do a new round of comparing/reviewing Vagrant vs production.

ottok commented 6 years ago

This is fixed, closing.

vagrant@vagrant:~$ nginx -v
nginx version: nginx/1.12.2