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
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