Closed (outdated)
Project:
Purge
Version:
7.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2020 at 09:35 UTC
Updated:
13 May 2026 at 18:49 UTC
Jump to comment: Most recent
When using updating/deleting the node, the purge requests with PURGE method did not arrive at the proxy urls given in purge module configuration. My configuration is:
nginx (reverse proxy) -> varnish 6 (cache) -> drupal 7 (backend)
- Add proxy url(s) to the purge module configuration.
- Monitor the proxy url with the GET method request. Sample log in nginx:
193.140.80.71 - - [13/Oct/2020:19:08:43 +0300] "PURGE /tr/ HTTP/1.1" 200 241 "-" "-" "-"
I patched the purge.inc file.
| Comment | File | Size | Author |
|---|---|---|---|
| purge.inc_.patch | 2.67 KB | kyilmaz80 |
Comments
Comment #2
japerry