Dewangga Bachrul Alam
Dewangga Bachrul Alam
Hello! This module very great, however, some end point can't be check only with `http_2xx` or `http_3xx`. I hope you can make any enhancements to check body contents like https://docs.nginx.com/nginx/admin-guide/load-balancer/http-health-check/....
Hello! Got curious, when I deploy `small_light` module combine with `proxy_pass` directive, my goal is to optimize images from external resource. My nginx + small_light + proxy_pass configuration looks like...
I found this module falling at compilation when full path not declared. `debian/rules` parameter is ``` config.status.nginx: config.env.nginx cd $(BUILDDIR_nginx) && \ CFLAGS="-O0" ./configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log...