`i configure nginx
download nginx.1.0.8
cd /nginx.1.0.8
./configure --prefix=/etc/nginx
–add-module=/home/rohittyagi/Downloads/chaoslawful-drizzle-nginx-module-74682b1/
–add-module=/home/rohittyagi/Downloads/agentzh-rds-json-nginx-module-74c21b3/
create virtual upstrem like
upstream backend {
drizzled_server 127.0.0.1:3306 dbname=vhost_dbi
password=root user=root protocol=mysql;
}
its give error
[emerg]: unknown directive “drizzled_server” in
/etc/nginx/nginx.conf:133
can any one help me to configure HttpDrizzleModule with nginx`
Posted at Nginx Forum: