help with location

rkmr.em at gmail.com rkmr.em at gmail.com
Wed Feb 20 04:57:04 MSK 2008


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