Skip to content Skip to sidebar Skip to footer

Tornado Python: Tornado Server Integration With Nginx

I am trying to run Tornado on multicore CPU with each tornado IOLoop process on a different core, and I'll use NGINX for proxy pass to Tornado processes. Now when I check http://ww

Solution 1:

I figured out the issue and it was solved by override tornado's check_origin function by making it return true in all cases. Thank you all.


Post a Comment for "Tornado Python: Tornado Server Integration With Nginx"