Auth user with postgresql

Piotr Sikora piotr.sikora at frickle.com
Fri Feb 17 21:04:54 UTC 2012


Hi,

> nginx: [emerg] the duplicate "remote_passwd" variable in
> /etc/nginx/nginx.conf:60
> (...)

Right, "$remote_passwd" is read-only, try this instead:

    set_md5                $md5_passwd $remote_passwd;
    postgres_escape  $pass $md5_passwd;

Best regards,
Piotr Sikora < piotr.sikora at frickle.com >



More information about the nginx mailing list