Update variable and changelog
This commit is contained in:
@@ -47,8 +47,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
- letsencrypt validation with webroot folder
|
- letsencrypt validation with webroot folder
|
||||||
- hardened nginx ssl_ecdh_curve
|
- hardened nginx ssl_ecdh_curve
|
||||||
- Update phpredisadmin
|
- Update phpredisadmin
|
||||||
- Increase MySQL root password size to 16 characters
|
- Increase MySQL root password size to 24 characters
|
||||||
- Increase MySQL users password size to 16 characters
|
- Increase MySQL users password size to 24 characters
|
||||||
- Nginx locations template is the same for php7.2 & 7.3
|
- Nginx locations template is the same for php7.2 & 7.3
|
||||||
- backend SSL configuration now stored in /var/www/22222/conf/nginx/ssl.conf
|
- backend SSL configuration now stored in /var/www/22222/conf/nginx/ssl.conf
|
||||||
- Install Netdata with static pre-built binaries instead of having to compile it from source
|
- Install Netdata with static pre-built binaries instead of having to compile it from source
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ class WOVariables():
|
|||||||
"http://sfo1.mirrors.digitalocean.com/mariadb/repo/"
|
"http://sfo1.mirrors.digitalocean.com/mariadb/repo/"
|
||||||
"10.3/ubuntu {codename} main"
|
"10.3/ubuntu {codename} main"
|
||||||
.format(codename=wo_platform_codename))
|
.format(codename=wo_platform_codename))
|
||||||
elif wo_platform_distro == 'debian':
|
else:
|
||||||
wo_mysql_repo = ("deb [arch=amd64,ppc64el] "
|
wo_mysql_repo = ("deb [arch=amd64,ppc64el] "
|
||||||
"http://sfo1.mirrors.digitalocean.com/mariadb/repo/"
|
"http://sfo1.mirrors.digitalocean.com/mariadb/repo/"
|
||||||
"10.3/debian {codename} main"
|
"10.3/debian {codename} main"
|
||||||
|
|||||||
Reference in New Issue
Block a user