# set expiration of assets to MAX for caching location ~* \.(ico|css|js|gif|jpe?g|png)(\?[0-9]+)?$ { access_log off; log_not_found off; expires 360d; }
# unless the request is for a valid file (image, js, css, etc.), send to bootstrap if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?/$1 last; break; }
선택지는 Java+Spring, PHP+CodeIgniger, JavaScript+node.js ruby, python 은 언어 경험이 없기 때문에 선택지에서 제외 가장 최근까지 PHP+CodeIgniter 로 Web + RESTful API 개발 PHP+CodeIgniter+MariaDB 로 Web 개발 결정 node.js 가 얼마나 좋은가? 라는 호기심에 JavaScript+node.js 선택
Express 와 restify 중에서 어떤 모듈을 이용할까?
웹사이트는 PHP+CodeIgniger 로 개발하기 때문에, 단지, API 기능만 개발하면 되는 상황. restify 가 좀 더 목적에 맞는 모듈이라 생각되었기 때문에 restify 선택