Problem/Motivation
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)
Steps to reproduce
- 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 "-" "-" "-"
Proposed resolution
I patched the purge.inc file.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| purge.inc_.patch | 2.67 KB | kyilmaz80 |
Comments
Comment #2
japerry