Re: Nginx static files

2013-09-25 Thread Jonathan Matthews
On 25 Sep 2013 09:18, "pacolotero pacolotero" wrote: > > I have a rails server and I would like to serve all this static files *. > jpg, *. png, *. css, *. js, *. gif, *. jpeg with nginx > > This is my actual configuration You appear to have forgotten to ask a question! I mean, I assume you've a

Nginx static files

2013-09-25 Thread pacolotero pacolotero
I have a rails server and I would like to serve all this static files *. jpg, *. png, *. css, *. js, *. gif, *. jpeg with nginx This is my actual configuration server { listen 443; server_name emotionalworld.co www.emotionalworld.co; rewrite ^ http://$server_name$request_uri? permanent; # enforce