* Daniel Nicoletti <[email protected]> [2014-03-14 00:45]: > I have googled a bit, asked on irc and looked up on the docs, still I have > not found if it's possible or not to setup uswgi to deal with virtual host > setups. > I ask this because if I run uswgi without ngnix siege report much more > requests per seconds plus when there are more than 150 simultaneous > connections nginx fail them. > > So is it possible to get rid of it?
Yes, it is possible. The most flexible approach is to use the routing system (in particular route-host) in order to handle/manipulate requests (e.g. set the docroot, direct to a plugin) based on the hostname. -- Guido Berhoerster _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
