Help with location

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

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

i tried to write a reg-ex for location that will for work for any url
containing’ upload… it is hard
how to write a regex for location for url that contains the word:
upload
pl. help
thanks

On Thu, Feb 21, 2008 at 3:11 AM, [email protected] [email protected]
wrote:

i tried to write a reg-ex for location that will for work for any url
containing’ upload… it is hard
how to write a regex for location for url that contains the word: upload
pl. help
thanks

.upload.