Cherry pick image bump and re-add AJP as dynamic module (#10509)
* update nginx base, httpbun, e2e, helm webhook cert gen (#10506) * update nginx base, httpbun, e2e, helm webhook cert gen Signed-off-by: James Strong <strong.james.e@gmail.com> * fix helm docs Signed-off-by: James Strong <strong.james.e@gmail.com> --------- Signed-off-by: James Strong <strong.james.e@gmail.com> * Add AJP as dynamic for v1.8 * try again on dynamic module * Fix ajp on chroot --------- Signed-off-by: James Strong <strong.james.e@gmail.com> Co-authored-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
6d3a6b6a33
commit
285e157217
9 changed files with 20 additions and 8 deletions
|
|
@ -12,6 +12,8 @@
|
|||
# setup custom paths that do not require root access
|
||||
pid {{ .PID }};
|
||||
|
||||
load_module /etc/nginx/modules/ngx_http_ajp_module.so;
|
||||
|
||||
{{ if $cfg.UseGeoIP2 }}
|
||||
load_module /etc/nginx/modules/ngx_http_geoip2_module.so;
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue