Welcome! Log In Create A New Profile

Advanced

Re: Rails XSendfile via Nginx

Ari King
May 09, 2012 05:22PM
Jonathan/Francis,

I modified the applications url paths to--

www.foo.bar.com/recipes/:id/video/:filename

> Probably you want to include "~" in your second location directive:

Tried adding the (regex) tilde, but that did not solve the issue.

> So: if the client wishes to get access to the file "test.video", what
> public url will they use to access it?

www.foo.bar.com/recipes/1/video/example_one.ogg

> What is the X-Accel-Redirect header that the backend sends to nginx?

How can I find this out? When I curl directly to the backend server I
get these headers: see http://pastebin.com/CVLjhLRJ

> And where on the filesystem is the file "test.video"?

The video files are stored according to their respective ids; note the
paths are different AFTER the "videos" directory --

/var/www/app/current/uploads/videos/1/original/example_one.ogg

/var/www/app/current/uploads/videos/2/original/example_two.ogg

This leads me to believe the issue is with the alias mapping, i.e.

/var/www/app/current/uploads/videos/=/video;

I tried changing it to the following, but that did not work. I'm not
even sure if that type of mapping is allowed. Does anyone know if alias
mapping allows regex? I couldn't find any thing in the docs.

/lessons/(.*)/video/=/var/www/app/current/uploads/videos/$1/original/;

Appreciate the help.

-Ari

--
Posted via http://www.ruby-forum.com/.

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Rails XSendfile via Nginx

Ari King May 07, 2012 06:54PM

Re: Rails XSendfile via Nginx

Jonathan Matthews May 07, 2012 07:18PM

Re: Rails XSendfile via Nginx

Jonathan Matthews May 07, 2012 07:22PM

Re: Rails XSendfile via Nginx

Ari King May 08, 2012 11:00PM

Re: Rails XSendfile via Nginx

Jonathan Matthews May 09, 2012 06:22AM

Re: Rails XSendfile via Nginx

Francis Daly May 09, 2012 07:26AM

Re: Rails XSendfile via Nginx

Ari King May 09, 2012 05:22PM

Re: Rails XSendfile via Nginx

Ari King May 09, 2012 06:18PM

Re: Rails XSendfile via Nginx

Francis Daly May 09, 2012 06:42PM

Re: Rails XSendfile via Nginx

Francis Daly May 09, 2012 06:40PM

Re: Rails XSendfile via Nginx

Ari King May 10, 2012 04:48PM

Re: Rails XSendfile via Nginx

Francis Daly May 10, 2012 08:38PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 152
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready