Hi All,
I am trying to host tg2 app on uwsgi.
my uwsgi.ini file contains:
---------------------------------------
[uwsgi]
module = wsgi:application
master = true
processes = 1
socket = app.sock
chmod-socket = 664
vacuum = true
die-on-term = true
lazy = true
and wsgi.py contains:
--------------------------------
APP_CONFIG = 'path-to-production.ini'
from paste.deploy import loadapp
application = loadapp('config:%s' % APP_CONFIG)
I am not sure if wsgi.py has the right way of calling the application for
uwsgi.
Please help.
With Regards,
Dinesh.
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.