angristan / nginx-autoinstall

Compile NGINX from source with custom modules and patches on Debian and Ubuntu
GNU General Public License v3.0
636 stars 237 forks source link

Replace old `ngx_cache_purge` module source with a maintained fork #244

Open alexander-neumann-webdesign opened 2 years ago

alexander-neumann-webdesign commented 2 years ago

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.

GwynethLlewelyn commented 2 years ago

I concur, I've done the same under Ubuntu 22.04.1 LTS (jammy) and it works with that change...