We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
From version 1.23.0 Nginx changed internal API: header lines are represented as linked lists.
r->headers_in.cookies has been renamed to r->headers_in.cookie
As described in this commit: nginx/nginx@3aef1d6
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Disabling jwt variant for nginx 1.24.0 under MacPorts. I had previously removed the module for nginx-devel (1.23.x).
Sorry for the late response. We'll add a compile-time flag to handle this.
Successfully merging a pull request may close this issue.
From version 1.23.0 Nginx changed internal API: header lines are represented as linked lists.
r->headers_in.cookies has been renamed to r->headers_in.cookie
As described in this commit:
nginx/nginx@3aef1d6
The text was updated successfully, but these errors were encountered: