Fix nginx variables_hash_bucket_size
This commit is contained in:
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
### v3.9.x - [Unreleased]
|
### v3.9.x - [Unreleased]
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Install ngxblocker with Nginx to set proper values for variables_hash_bucket_size & variables_hash_max_size without conflicts
|
||||||
|
|
||||||
### v3.11.1 - 2019-12-04
|
### v3.11.1 - 2019-12-04
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|||||||
@@ -166,6 +166,7 @@ class WOStackController(CementBaseController):
|
|||||||
|
|
||||||
# Nginx
|
# Nginx
|
||||||
if pargs.nginx:
|
if pargs.nginx:
|
||||||
|
pargs.ngxblocker = True
|
||||||
Log.debug(self, "Setting apt_packages variable for Nginx")
|
Log.debug(self, "Setting apt_packages variable for Nginx")
|
||||||
if not WOAptGet.is_exec(self, 'nginx'):
|
if not WOAptGet.is_exec(self, 'nginx'):
|
||||||
apt_packages = apt_packages + WOVar.wo_nginx
|
apt_packages = apt_packages + WOVar.wo_nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user