雑に設定だけ
location ~ ^/(assets|images|javascripts|stylesheets|system)/ { root /var/www/myapp/public; gzip_static on; expires 1y; add_header Cache-Control public; add_header ETag ""; }
参考:
雑に設定だけ
location ~ ^/(assets|images|javascripts|stylesheets|system)/ { root /var/www/myapp/public; gzip_static on; expires 1y; add_header Cache-Control public; add_header ETag ""; }
参考: