2013-02-19 Nginx で主要な static file を返す設定 Nginx 拡張子で判断。 大抵の場合はこれでいいはず。 location ~ \.(js|css|png|jpe?g|gif|swf|txt|ico) { root /path/to/dir; }