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 validation for location $priority #223

Merged
merged 1 commit into from
Jan 6, 2014
Merged

Add validation for location $priority #223

merged 1 commit into from
Jan 6, 2014

Commits on Jan 3, 2014

  1. Add validation for $priority

    Valid range changed to 401-599:
    
    vhost SSL header has priority 700. If $priority is set to 400 (which
    resolves to 400+300=700 for SSL locations), then it would conflict with
    the priority of the header. It must be 401 or higher to avoid this.
    
    Top end of range is limited to 599 to reflect documentation however it
    could be increased to 698 and still provide expected behavior.
    3flex committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    d22402c View commit details
    Browse the repository at this point in the history