Open PeterMaxwell opened 9 years ago
Hi PeterMaxwell ,
Do you have any way to use nginx thread pool with module ngx_cache_purge ?
Nhan Nguyen
Workaround - set aio off; on purge location.
you can ajust the code like
to
also you need to configure with --with_threads
fastcgi_cache_purge causes a 500 error when "aio threads" is specified in the http section of the nginx config.
The problem resolves itself when nginx threads are disabled.