You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the script downloads the ngx_cache_purge module from FRiCKLE, which had its last update 8 years ago. No wonder i've had problems using that module with nginx v1.22.0 (stable).
I suggest using an actively maintained fork, for example the one from nginx-modules or from torden.
I already tried it by manually changing the source in the script from /FRiCKLE/ to /nginx-modules/ (on line 367) and everything works like a charm.
The text was updated successfully, but these errors were encountered:
Currently the script downloads the
ngx_cache_purge
module from FRiCKLE, which had its last update 8 years ago. No wonder i've had problems using that module with nginx v1.22.0 (stable).I suggest using an actively maintained fork, for example the one from nginx-modules or from torden.
I already tried it by manually changing the source in the script from
/FRiCKLE/
to/nginx-modules/
(on line 367) and everything works like a charm.The text was updated successfully, but these errors were encountered: