I am using the script in the latest build:

setup-web2py-nginx-uwsgi-on-centos.sh

On a fresh minimal installation of Cent-OS 6.3 + "yum update".
Only thing I changed is:

"
PREFIX=2.6
VERSION=2.6.6
"

instead of the default:
"
PREFIX=2.7
VERSION=2.7.3
"

and removed this:
"
service httpd stop
chkconfig httpd off
cd ~
"
because the minimal installation doesn't even have apache...

Everything completes fine.
After a reboot, the nginx service is working.
I then disabled the iptables firewall service and tried to connect via a 
browser.

I am getting a "502 Bad Gateway | nginx/1.2.6"
Any suggestions?

-- 



Reply via email to