Update changelog
This commit is contained in:
@@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
### v3.9.x - [Unreleased]
|
### 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
|
### v3.9.8.10 - 2019-09-04
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|||||||
2
install
2
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-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-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/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
|
sed -i 's/ssl on;/#ssl on;/' /var/www/*/conf/nginx/ssl.conf
|
||||||
|
|
||||||
# update redis.conf headers
|
# update redis.conf headers
|
||||||
|
|||||||
Reference in New Issue
Block a user