-
-
Notifications
You must be signed in to change notification settings - Fork 806
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
Fixes Issue #257 #279
Fixes Issue #257 #279
Conversation
- headers_more_module failed to compile due to simple path issues. This fixes that.
@miketheman This ok to merge? Would be great if we could pull our Nginx cookbook from GitHub instead of our own custom fork since we rely on this fix. Thanks. |
@josh-padnick thanks for the contribution - any chance of adding some testing for this case? |
@miketheman Sure, I'd be happy to add some tests. Can you point me to what you think is the best example code to copy from? Also, this isn't a feature-add; it's a bug-fix for #257 . |
Another bump to get this merged it, as it's failing to work as it stands right now. |
Thanks @josh-padnick ! I added tests and some cleanups. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Per #257, the
headers_more_module
failed to compile due to simple path issues. This fixes that. I also updated the defaultheaders_more_module
to the latest version 0.25.