Nginx frontend for AppEngine dev server
Posted
by benasio
on Stack Overflow
See other posts from Stack Overflow
or by benasio
Published on 2010-03-27T21:16:19Z
Indexed on
2010/03/27
21:23 UTC
Read the original article
Hit count: 216
How to configure nginx for load static ? Static should be given only by the nginx server , everything else nginx + dev_appserver and workingon the same host (localhost or localhost: port)
Example
request html
http://localhost -> nginx -> dev_appserver
request static files
http://localhost -> nginx
© Stack Overflow or respective owner