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

Purge pages with arguments /purge/?* #29

Open
elvishp2006 opened this issue Jul 26, 2020 · 0 comments
Open

Purge pages with arguments /purge/?* #29

elvishp2006 opened this issue Jul 26, 2020 · 0 comments

Comments

@elvishp2006
Copy link

I have some pages like / and /example and using proxy_cache_key $uri$is_args$args;, so I have some cached pages with /?a=1. So I don't wanna purge the entire cache with /purge/*, I want just to purge cached pages with additional params, like this /purge/?*. That request get endless and Nginx give me that log:

nginx_1   | 2020/07/26 04:32:04 [alert] 1#1: worker process 3321 exited on signal 11
nginx_1   | 2020/07/26 04:32:04 [alert] 1#1: worker process 3322 exited on signal 11
nginx_1   | 2020/07/26 04:32:04 [alert] 1#1: worker process 3323 exited on signal 11
nginx_1   | 2020/07/26 04:32:04 [alert] 1#1: worker process 3324 exited on signal 11
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

No branches or pull requests

1 participant