Skip to content

sunzhongwei/tornado_web_base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

tornado_web_base

base structure for python tornado framework

In production, you probably want to serve static files from a more optimized static file server like nginx. You can configure most any web server to support these caching semantics. Here is the nginx configuration we use at FriendFeed:

location /static/ { root /var/friendfeed/static; if ($query_string) { expires max; } }

About

base structure for python tornado framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages