Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement vhost_traffic_status_upstream_no_cache filter #194

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2022

  1. Bugfix: fixed issues/248 Shared memory (lock|unlock) is set when usin…

    …g the ngx_http_vhost_traffic_status_display_get_size() function
    vozlt authored and ypcs committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2b2354a View commit details
    Browse the repository at this point in the history
  2. Chore: add cpanm --notest in CI

    * To reduce the ci build time
    u5surf authored and ypcs committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    d0d3134 View commit details
    Browse the repository at this point in the history
  3. Implement vhost_traffic_status_upstream_no_cache filter

    This enables monitoring upstream backend events that are configured not to
    use cache.
    
    Add the following line to nginx config to create a group:
    
            vhost_traffic_status_filter_upstream_no_cache "NO_CACHE";
    heikkiorsila authored and ypcs committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e4f366c View commit details
    Browse the repository at this point in the history