-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
We are facing issue while installing Redis2 Module with Nginx 1.13.2 error as below :
Command : nginx –t
Output :
nginx: [emerg] module "/etc/nginx/modules/ngx_http_redis2_module.so" is not binary compatible in /etc/nginx/nginx.conf:2
nginx: configuration file /etc/nginx/nginx.conf test failed
Command : cat /etc/nginx/nginx.conf | head
Output :
load_module "modules/ngx_http_redis2_module.so";
#user nobody;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;
This is the head content of the nginx.conf in which we have included the module.
It shows not compatible error
Nginx Version : 1.13.2
Please let us know is it compatible or not?
Metadata
Metadata
Assignees
Labels
No labels