-
-
Notifications
You must be signed in to change notification settings - Fork 883
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
Multiple proxy_cache_path entries #637
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
value or a string value
proxy_cache_keys_zone values
…to proxy_cache_path
Couple of things:
|
…n a location resource Adding spec tests for proxy_cache_key and proxy_cache_use_stale
…on for either has or string for proxy_cache_path made the conditional test to use is_a?(Hash) for simplicity's sake in templates/conf.d/nginx.conf.erb
Rebuilt this capability into the existing proxy_cache_path parameter and added proper validation. |
Why this pull request not merged yet? |
@pashamesh why? because you haven't asked yet. :) |
jfryman
added a commit
that referenced
this pull request
Nov 30, 2015
Multiple proxy_cache_path entries
Thanks a lot :) |
Wow, thanks, forgot all about this one. I guess now I can go point my Puppetfile back at this repo :) |
cegeka-jenkins
pushed a commit
to cegeka/puppet-nginx
that referenced
this pull request
Oct 23, 2017
Multiple proxy_cache_path entries
slm0n87
pushed a commit
to slm0n87/puppet-nginx
that referenced
this pull request
Mar 7, 2019
Multiple proxy_cache_path entries
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding ability to specify multiple proxy_cache_path entries with unique proxy_cache_keys_zone values