> It's me again > I wrote a > paste = config:%p > in my ini file > > When I run an application it works fine > > but when I run several applications > /sites-root/doggy/env/bin/uwsgi --uid doggy --gid doggy --emperor > /sites-root/doggy/etc/*.ini > on the ports are listed in the ini files, i see a same application(first > in > etc folder)
Be sure to quote the pattern after --emperor, otherwise your shell will expand it. -- Roberto De Ioris http://unbit.it -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
