Hi All, I wrote a python script to load a web form. In my [wsgi] config i have given
[uwsgi] http-socket = :9090 plugin = cgi wsgi-file = /home/user/project/index.py process = 3 master = yes thunder-lock = yes enable-threads = yes exit-on-reload = true cgi = /home/nitin/finhealth cgi-index = index.py cgi-allowed-ext = .py cgi-helper = .py=python When I click on "Submit" button, Next page does not load. Next Page shows If the data entered in the WebForm is correct, IF yes insert into DB else cancel / Back. Do I need to correct some thing in the uWSGI / Nginx config ? Thanks Nitin _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
