/etc/nginx/conf.d/webapp_healthd.conf
location /hoge.txt { alias /var/app/current/public/hoge.txt; gzip_static on; gzip on; expires max; add_header Cache-Control public; }