pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Write nginx config to statically serve static appengine content #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently when deploying multiple appengines and load balancing via nginx,
we simply round-robin all traffic to the appengines. We may be able to
improve performance substantially on apps that have lots of static content
if we use nginx to serve the cached data.

Original issue reported on code.google.com by shattere...@gmail.com on 2 Nov 2009 at 4:43

GoogleCodeExporter commented 9 years ago
AppController has been modified to parse the appropriate data out of the 
app.yaml and
then configure nginx as necessary.

Original comment by jmkupfer...@gmail.com on 20 Nov 2009 at 9:38

GoogleCodeExporter commented 9 years ago

Original comment by jmkupfer...@gmail.com on 20 Nov 2009 at 9:44