NGINX Helper cannot purge

The following module is installed and running on the server.
curl -X PURGE -Iv “https://www.xxx.com/*
Clearing the cache when I use the command.

Why doesn’t the Nginx Helper plug-in work?

Using a GET request to PURGE/url (Default option)
Uses the ngx_cache_purge module.

caches are deleted when I edit a post.
these addresses are visiting wrong. does not add “" to the end. is wrong “httxx://www.xxxxx.com/purge/” is true: "httxx://www.xxxxx.com/purge/

If I click the “Purge Entrie Cache” button, this is the message I received: “Purged Everything!” the cache is not deleted.

2020-01-03 22:17:55 | INFO | Function purge_post BEGIN ===
2020-01-03 22:17:55 | INFO | Purging homepage httxx://www.xxxxx.com/
2020-01-03 22:17:55 | INFO | - Purging URL | httxx://www.xxxxx.com/
2020-01-03 22:17:56 | INFO | - - httxx://www.xxxxx.com/purge/ *** PURGED ***
2020-01-03 22:17:56 | INFO | - - httxx://www.xxxxx.com/purge/feed/ *** PURGED ***
2020-01-03 22:17:56 | INFO | - - httxx://www.xxxxx.com/purge/feed/atom/ *** PURGED ***
2020-01-03 22:17:56 | INFO | - - httxx://www.xxxxx.com/purge/feed/rdf/ *** PURGED ***
2020-01-03 22:17:56 | INFO | Purging post ( id 20, blog id 1 )
2020-01-03 22:17:56 | INFO | - Purging URL | httxx://www.xxxxx.com/2020/01/02/valla-boyle-birsey/
2020-01-03 22:17:56 | INFO | - - httxx://www.xxxxx.com/purge/2020/01/02/valla-boyle-birsey/ *** PURGED ***
2020-01-03 22:17:56 | INFO | - - httxx://www.xxxxx.com/purge/2020/01/02/valla-boyle-birsey/feed/ *** PURGED ***
2020-01-03 22:17:56 | INFO | - - httxx://www.xxxxx.com/purge/2020/01/02/valla-boyle-birsey/feed/atom/ *** PURGED ***
2020-01-03 22:17:57 | INFO | - - httxx://www.xxxxx.com/purge/2020/01/02/valla-boyle-birsey/feed/rdf/ *** PURGED ***
2020-01-03 22:17:57 | INFO | Purging post type archive ( post )
2020-01-03 22:17:57 | INFO | - Purging URL | httxx://www.xxxxx.com
2020-01-03 22:17:57 | INFO | - - httxx://www.xxxxx.com/purge is currently not cached
2020-01-03 22:17:57 | INFO | - - httxx://www.xxxxx.com/purge/feed/ *** PURGED ***
2020-01-03 22:17:57 | INFO | - - httxx://www.xxxxx.com/purge/feed/atom/ *** PURGED ***
2020-01-03 22:17:58 | INFO | - - httxx://www.xxxxx.com/purge/feed/rdf/ *** PURGED ***
2020-01-03 22:17:58 | INFO | Purging date
2020-01-03 22:17:58 | INFO | - Purging URL | httxx://www.xxxxx.com/2020/
2020-01-03 22:17:58 | INFO | - - httxx://www.xxxxx.com/purge/2020/ *** PURGED ***
2020-01-03 22:17:58 | INFO | - - httxx://www.xxxxx.com/purge/2020/feed/ *** PURGED ***
2020-01-03 22:17:58 | INFO | - - httxx://www.xxxxx.com/purge/2020/feed/atom/ *** PURGED ***
2020-01-03 22:17:58 | INFO | - - httxx://www.xxxxx.com/purge/2020/feed/rdf/ *** PURGED ***
2020-01-03 22:17:58 | INFO | - Purging URL | httxx://www.xxxxx.com/2020/01/
2020-01-03 22:17:58 | INFO | - - httxx://www.xxxxx.com/purge/2020/01/ *** PURGED ***
2020-01-03 22:17:58 | INFO | - - httxx://www.xxxxx.com/purge/2020/01/feed/ *** PURGED ***
2020-01-03 22:17:58 | INFO | - - httxx://www.xxxxx.com/purge/2020/01/feed/atom/ *** PURGED ***
2020-01-03 22:17:58 | INFO | - - httxx://www.xxxxx.com/purge/2020/01/feed/rdf/ *** PURGED ***
2020-01-03 22:17:58 | INFO | - Purging URL | httxx://www.xxxxx.com/2020/01/02/
2020-01-03 22:17:59 | INFO | - - httxx://www.xxxxx.com/purge/2020/01/02/ *** PURGED ***
2020-01-03 22:17:59 | INFO | - - httxx://www.xxxxx.com/purge/2020/01/02/feed/ *** PURGED ***
2020-01-03 22:17:59 | INFO | - - httxx://www.xxxxx.com/purge/2020/01/02/feed/atom/ *** PURGED ***
2020-01-03 22:17:59 | INFO | - - httxx://www.xxxxx.com/purge/2020/01/02/feed/rdf/ *** PURGED ***
2020-01-03 22:17:59 | INFO | Purging category archives
2020-01-03 22:17:59 | INFO | Purging category 1
2020-01-03 22:17:59 | INFO | - Purging URL | https://www.xxxxx.com/category/uncategorized/
2020-01-03 22:17:59 | INFO | - - httxx://www.xxxxx.com/purge/category/uncategorized/ *** PURGED ***
2020-01-03 22:17:59 | INFO | - - httxx://www.xxxxx.com/purge/category/uncategorized/feed/ *** PURGED ***
2020-01-03 22:17:59 | INFO | - - httxx://www.xxxxx.com/purge/category/uncategorized/feed/atom/ *** PURGED ***
2020-01-03 22:18:00 | INFO | - - httxx://www.xxxxx.com/purge/category/uncategorized/feed/rdf/ *** PURGED ***
2020-01-03 22:18:00 | INFO | Purging author archive
2020-01-03 22:18:00 | INFO | - Purging URL | httxx://www.xxxxx.com/author/yonetici/
2020-01-03 22:18:00 | INFO | - - httxx://www.xxxxx.com/purge/author/yonetici/ *** PURGED ***
2020-01-03 22:18:00 | INFO | - - httxx://www.xxxxx.com/purge/author/yonetici/feed/ *** PURGED ***
2020-01-03 22:18:00 | INFO | - - httxx://www.xxxxx.com/purge/author/yonetici/feed/atom/ *** PURGED ***
2020-01-03 22:18:00 | INFO | - - httxx://www.xxxxx.com/purge/author/yonetici/feed/rdf/ *** PURGED ***
2020-01-03 22:18:00 | INFO | Function purge_post END ^^^
2020-01-03 22:19:52 | INFO | * * * * *
2020-01-03 22:19:52 | INFO | * Purged Everything!
2020-01-03 22:19:52 | INFO | * * * * *

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.