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

Fix config setting not respected: client_body_in_file_only on #194

Closed
wants to merge 1 commit into from
Closed

Conversation

martinhsv
Copy link
Contributor

This replaces pull request #192

@defanator
Copy link
Collaborator

LGTM.

@@ -104,7 +104,6 @@ ngx_http_modsecurity_pre_access_handler(ngx_http_request_t *r)
*/
r->request_body_in_single_buf = 1;
r->request_body_in_persistent_file = 1;
r->request_body_in_clean_file = 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(k)

@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the stale label May 15, 2020
@martinhsv martinhsv removed the stale label May 15, 2020
@zimmerle
Copy link
Contributor

Merged! Thanks!

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.

client_body_in_file_only getting deleted
3 participants