Hi, I'm experimenting with emperor, I've got: varnish->nginx->uwsgi subscription server->uwsgi backend I can run django apps without problem in this setup, but when I wanted to add rails app to the mix I've realized that rails needs "uwsgi_modifier1 7;" in nginx config file. Is there any way I can have above mix without having separate nginx server sections with different uwsgi parameters for each application type? It complicates my setup as I need to have some kind of magic that will point varsnish to right nginx section - or simply put vhosts into nginx config, I wanted to have all request routing login in subscription servers and no application specyfic configuration above subscription servers layer.
Łukasz Mierzwa _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
