php file with no extension
Maxim Dounin
mdounin at mdounin.ru
Sat Jan 12 06:45:17 MSK 2008
Hello!
On Fri, Jan 11, 2008 at 10:57:38PM +0100, Stefanita rares Dumitrescu wrote:
>i am talking about this:
>
>the file is named FILE. it generates a directory structure like the one
>below. so i would like all requests that begin with FILE, to be treated
>as php, and parsed accordingly.
>
>FILE/video/1/thumb
Try something like
location /FILE/ {
proxy_pass ...;
...
}
Maxim Dounin
p.s. You are posting to mailing list, not forum. Please don't post
multiple messages unless really need to and quote previous
messages.
More information about the nginx
mailing list