Switching to nginx for the site, one problem that I encountered is serving static json files.
I added mime types:
application/zip zip; ... application/json json; ...
and rebooted, but he tried serving it as a download (i.e. http://domain.com/json-tmp/locations.json ). What else do I need to configure?
THX
ruby-on-rails nginx
timpone
source share