Nginx ngx_http_sub_module

2 posts / 0 new
Last post
#1 Wed, 2015-11-18 22:29
brianhicks
  • brianhicks's picture
  • Offline
  • Last seen: 2 years 4 months ago
  • Joined: 2015-11-18

I'd really like to use the Nginx ngx_http_sub_module, which provides directives to replace text in responses. This would require adding the --with-http_sub_module flag to the configure step. I'd submit a patch, but I'm not really sure where to submit it, and I'm having a hard time finding anything about the process. Can anyone tell me how I would go about getting that flag added?

Sat, 2015-12-19 10:44
Egidijus
  • Egidijus's picture
  • Offline
  • Last seen: 1 year 9 months ago
  • Joined: 2015-12-18

Hi Brian,
I we have been working on building some custom alpine packages, here is a repo with example APKBUILD file for nginx https://github.com/madedotcom/alpine-packages/tree/master/main/nginx
This configuration adds collectd metrics from nginx and amazon AWS s3 authentication (so you can proxy private s3 buckets with nginx).
If you want to try building nginx yourself, try this tool: https://github.com/madedotcom/alpine-jazz-hands

Log in or register to post comments