PyroCMS Nginx ‘502 bad gateway’ error on users/logout

Standard

When i tried to logout through users/logout nginx show me 502 bad gateway error page.

Problem solved by rewriting in config.php variable $config[‘sess_encrypt_cookie] = FALSE.

Seems however that problem is in nginx config but it would be nice to have some possibility to change this option e.g. from Admin panel or change it at install process

Leave a comment