From 8ea5c94fbc041d01b376c73192ba81ba5097b39e Mon Sep 17 00:00:00 2001 From: Vedant Gandhi Date: Fri, 4 Apr 2025 11:54:27 +0530 Subject: [PATCH 1/3] doc: add url structure support for fastcgi cache. --- README.md | 4 ++++ readme.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 73e58a2..7a5dc36 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,10 @@ To purge a page immediately, follow these instructions: * Just open this in a browser and the page will be purged instantly. * Needless to say, this won't work, if you have a page or taxonomy called 'purge'. +**Q. Does it need any kind of URL structure?** + +Yes. When setting the URL structure in nginx configuration file a trailing slash should always be added. + ### FAQ - Nginx Redis Cache ### **Q. Can I override the redis hostname, port and prefix?** diff --git a/readme.txt b/readme.txt index d3b4197..345cbcc 100644 --- a/readme.txt +++ b/readme.txt @@ -93,6 +93,10 @@ To purge a page immediately, follow these instructions: * Just open this in a browser and the page will be purged instantly. * Needless to say, this won't work, if you have a page or taxonomy called 'purge'. +**Q. Does it need any kind of URL structure?** + +Yes. When setting the URL structure in nginx configuration file a trailing slash should always be added. + = FAQ - Nginx Redis Cache = **Q. Can I override the redis hostname, port and prefix?** From 1b1ed9f139e11f2c64fc88b990eadf1a643165b7 Mon Sep 17 00:00:00 2001 From: Vedant Gandhi Date: Mon, 24 Mar 2025 19:31:45 +0530 Subject: [PATCH 2/3] doc: add contributor name. --- README.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a5dc36..e668bcf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nginx Helper # [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) -**Contributors:** rtcamp, rahul286, saurabhshukla, manishsongirkar36, faishal, desaiuditd, darren-slatten, jk3us, daankortenbach, telofy, pjv, llonchj, jinnko, weskoop, bcole808, gungeekatx, rohanveer, chandrapatel, gagan0123, ravanh, michaelbeil, samedwards, niwreg, entr, nuvoPoint, iam404, rittesh.patel, vishalkakadiya, BhargavBhandari90, bryant1410, 1gor, matt-h, dotsam, nathanielks, rigagoogoo, dslatten, jinschoi, kelin1003, vaishuagola27, rahulsprajapati, utkarshpatel, gsayed786, shashwatmittal, sudhiryadav, thrijith, stayallive, jaredwsmith, abhijitrakas, umeshnevase, sid177, souptik, arafatkn, subscriptiongroup, akrocks, vedantgandhi28, GridPane, stefanfisk, SGr33n +**Contributors:** rtcamp, rahul286, saurabhshukla, manishsongirkar36, faishal, desaiuditd, darren-slatten, jk3us, daankortenbach, telofy, pjv, llonchj, jinnko, weskoop, bcole808, gungeekatx, rohanveer, chandrapatel, gagan0123, ravanh, michaelbeil, samedwards, niwreg, entr, nuvoPoint, iam404, rittesh.patel, vishalkakadiya, BhargavBhandari90, bryant1410, 1gor, matt-h, dotsam, nathanielks, rigagoogoo, dslatten, jinschoi, kelin1003, vaishuagola27, rahulsprajapati, utkarshpatel, gsayed786, shashwatmittal, sudhiryadav, thrijith, stayallive, jaredwsmith, abhijitrakas, umeshnevase, sid177, souptik, arafatkn, subscriptiongroup, akrocks, vedantgandhi28, GridPane, stefanfisk, SGr33n, agvs **Tags:** nginx, cache-purge, fastcgi, permalinks, redis-cache diff --git a/readme.txt b/readme.txt index 345cbcc..a3e1117 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ === Nginx Helper === -Contributors: rtcamp, rahul286, saurabhshukla, manishsongirkar36, faishal, desaiuditd, darren-slatten, jk3us, daankortenbach, telofy, pjv, llonchj, jinnko, weskoop, bcole808, gungeekatx, rohanveer, chandrapatel, gagan0123, ravanh, michaelbeil, samedwards, niwreg, entr, nuvoPoint, iam404, rittesh.patel, vishalkakadiya, BhargavBhandari90, bryant1410, 1gor, matt-h, dotsam, nathanielks, rigagoogoo, dslatten, jinschoi, kelin1003, vaishuagola27, rahulsprajapati, utkarshpatel, gsayed786, shashwatmittal, sudhiryadav, thrijith, stayallive, jaredwsmith, abhijitrakas, umeshnevase, sid177, souptik, arafatkn, subscriptiongroup, akrocks, vedantgandhi28, GridPane +Contributors: rtcamp, rahul286, saurabhshukla, manishsongirkar36, faishal, desaiuditd, darren-slatten, jk3us, daankortenbach, telofy, pjv, llonchj, jinnko, weskoop, bcole808, gungeekatx, rohanveer, chandrapatel, gagan0123, ravanh, michaelbeil, samedwards, niwreg, entr, nuvoPoint, iam404, rittesh.patel, vishalkakadiya, BhargavBhandari90, bryant1410, 1gor, matt-h, dotsam, nathanielks, rigagoogoo, dslatten, jinschoi, kelin1003, vaishuagola27, rahulsprajapati, utkarshpatel, gsayed786, shashwatmittal, sudhiryadav, thrijith, stayallive, jaredwsmith, abhijitrakas, umeshnevase, sid177, souptik, arafatkn, subscriptiongroup, akrocks, vedantgandhi28, GridPane, agvs Unlinked Contributors: stefanfisk,SGr33n Donate Link: http://rt.cx/eedonate/ Tags: nginx, cache-purge, fastcgi, permalinks, redis-cache From ee6a054f2e83922b46f03ddf1db204ded5b60be0 Mon Sep 17 00:00:00 2001 From: Vedant Gandhi Date: Mon, 7 Apr 2025 12:15:56 +0530 Subject: [PATCH 3/3] doc: capitalize third party service name. --- README.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e668bcf..8314356 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ To purge a page immediately, follow these instructions: **Q. Does it need any kind of URL structure?** -Yes. When setting the URL structure in nginx configuration file a trailing slash should always be added. +Yes. When setting the URL structure in Nginx configuration file a trailing slash should always be added. ### FAQ - Nginx Redis Cache ### diff --git a/readme.txt b/readme.txt index a3e1117..b905cfa 100644 --- a/readme.txt +++ b/readme.txt @@ -95,7 +95,7 @@ To purge a page immediately, follow these instructions: **Q. Does it need any kind of URL structure?** -Yes. When setting the URL structure in nginx configuration file a trailing slash should always be added. +Yes. When setting the URL structure in Nginx configuration file a trailing slash should always be added. = FAQ - Nginx Redis Cache =