Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build this module for dynamically loading to nginx? #72

Open
xcellenceit opened this issue Mar 16, 2020 · 2 comments
Open

How to build this module for dynamically loading to nginx? #72

xcellenceit opened this issue Mar 16, 2020 · 2 comments

Comments

@xcellenceit
Copy link

Does loading this module dynamically is supported?

Moreover, how do we build it for using dynamically?

@dvershinin
Copy link

If you're on CentOS/RHEL 6, 7, or 8, the easiest way to install the dynamic module (without building) is through the GetPageSpeed repository (commercial) using instructions:

yum -y install https://extras.getpagespeed.com/release-latest.rpm
yum -y install nginx-module-cache-purge

Enable the module by adding the following at the top of /etc/nginx/nginx.conf:

load_module modules/ngx_http_cache_purge_module.so;

@Danrancan
Copy link

Danrancan commented May 24, 2023

@xcellenceit

Does loading this module dynamically is supported?

Yes, you can find the dynamic version in my fork at https://github.com/Danrancan/ngx_cache_purge_dynamic.

Moreover, how do we build it for using dynamically?

The dynamic build instructions are on my forks README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants