-
Notifications
You must be signed in to change notification settings - Fork 27
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 nginx-txid module. #75
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
cd $(psrctmp)/$(pname)-$(pvers)-zimbra/modules && \ | ||
git clone https://github.com/synacor/nginx-module-txid120 >/dev/null 2>&1 && \ | ||
cd nginx-module-txid120 && \ | ||
rm -rf .git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps a git archive
might be useful here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes we want to make sure we control exactly which version we are pulling in and have tested.
Add the txid120 module to allow the generation of unique transaction identifiers to inbound requests.