help with location

Eden Li eden at mojiti.com
Wed Feb 20 05:38:20 MSK 2008


Your answer is here: http://wiki.codemongers.com/NginxHttpCoreModule#location

On Feb 20, 2008, at 9:57 AM, rkmr.em at gmail.com wrote:

> i want
> /userupload
> /userwebupload
> /uploadvideo
> etc,
> any url with 'upload' in it to get served by a specific backend, i can
> use fastcgi_pass for the backend part.. how do i specify location for
> this ?
> something like this?
>        location / *upload* {
>            root   /home/mark/work/pop;
>            fastcgi_pass backend_pop;
>
>
> thanks a lot
>






More information about the nginx mailing list