Closed ottok closed 6 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.
This is fixed, closing.
vagrant@vagrant:~$ nginx -v nginx version: nginx/1.12.2
I made some checks and noticed that in our Vagrant image the Nginx version is behind the production container version:
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.