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/static/css (js,img,etc) -> nginx