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

Correct validation of {proxy,fastcgi}_cache_levels #382

Merged
merged 1 commit into from
Sep 3, 2014
Merged

Correct validation of {proxy,fastcgi}_cache_levels #382

merged 1 commit into from
Sep 3, 2014

Conversation

3flex
Copy link
Contributor

@3flex 3flex commented Jul 20, 2014

Allow any combination of 1 and 2 in these formats: X, X:X, and X:X:X, e.g.: "2", "2:2", "1:1:2". The old validation failed if it wasn't an integer which didn't allow these formats.

Fixes #294

Allow any combination of 1 and 2 in these formats: X, X:X,
and X:X:X, e.g.: "2", "2:2", "1:1:2". The old validation failed if
it wasn't an integer which didn't allow these formats.
@3flex
Copy link
Contributor Author

3flex commented Aug 15, 2014

@jfryman my other PRs don't add features or fix any bugs but this one should be merged unless there's anything missing? Do you want additional tests?

@jfryman
Copy link
Contributor

jfryman commented Aug 15, 2014

Nah, this is ok. I'm really just holding off until this Sunday, where I'm going to be spending the day on this module, PRs, and a ton of outstanding cleanup.

3flex added a commit that referenced this pull request Sep 3, 2014
Correct validation of {proxy,fastcgi}_cache_levels
@3flex 3flex merged commit a931ef5 into voxpupuli:master Sep 3, 2014
@3flex 3flex deleted the 294-fix-proxy_cache_levels-validation branch September 3, 2014 20:47
cegeka-jenkins pushed a commit to cegeka/puppet-nginx that referenced this pull request Oct 23, 2017
…s-validation

Correct validation of {proxy,fastcgi}_cache_levels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Relax or improve the syntax check on proxy_cache_levels
2 participants