Fix nginx variables_hash_bucket_size

This commit is contained in:
VirtuBox
2019-12-05 15:56:12 +01:00
parent 9f22455770
commit 5282000d4f
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### 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
#### Added

View File

@@ -166,6 +166,7 @@ class WOStackController(CementBaseController):
# Nginx
if pargs.nginx:
pargs.ngxblocker = True
Log.debug(self, "Setting apt_packages variable for Nginx")
if not WOAptGet.is_exec(self, 'nginx'):
apt_packages = apt_packages + WOVar.wo_nginx