diff --git a/CHANGELOG.md b/CHANGELOG.md index ad83701..23767a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### v3.9.x - [Unreleased] +#### Changed + +- Improved general logs display + +#### Fixed + +- Redis-server configuration and start +- Nginx upgrade with `wo stack upgrade` + ### v3.9.8.10 - 2019-09-04 #### Changed diff --git a/install b/install index c59c07c..926c222 100755 --- a/install +++ b/install @@ -539,6 +539,8 @@ wo_upgrade_nginx() { sed -i "s/locations-php71.conf/locations-wo.conf/" /etc/nginx/sites-available/* sed -i "s/locations-php72.conf/locations-wo.conf/" /etc/nginx/sites-available/* sed -i "s/locations-php73.conf/locations-wo.conf/" /etc/nginx/sites-available/* + sed -i "s/php.conf/php72.conf/" /etc/nginx/sites-available/* + sed -i "s/php7.conf/php72.conf/" /etc/nginx/sites-available/* sed -i 's/ssl on;/#ssl on;/' /var/www/*/conf/nginx/ssl.conf # update redis.conf headers