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

Add Special Regex for http_x_forwarded_for Var #37

Closed
wants to merge 2 commits into from

Commits on Jan 18, 2018

  1. Add Special Regex for http_x_forwarded_for Var

    Since there's the possibility for the http_x_forwarded_for Nginx
    variable to contain a space (right after the comma separating two IP
    addresses), create a regex for handling this variable. Change the way
    the Nginx format regex is created by adding logic for including special
    regexes.
    
    Fixes satyrius#36
    
    Signed-off-by: Jason Rogena <jasonrogena@gmail.com>
    jasonrogena committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    e0856f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. Add remote_user Special Regex

    Appears that remote_user might have spaces in it (like "mnchw monitor").
    Cater for this by adding a special regex for remote_user.
    
    Signed-off-by: Jason Rogena <jasonrogena@gmail.com>
    jasonrogena committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    da96e7e View commit details
    Browse the repository at this point in the history