开发者

how do i tell nginx to handle the file after fastcgi rewrites it?

开发者 https://www.devze.com 2023-04-06 21:44 出处:网络
I have a asp.net app and i am using nginx with fastcgi开发者_Python百科&mono. When i visit static.mysite.com/type/258/nicename.png i need nginx to grab the file from apppath/public/uploads/00/00/0

I have a asp.net app and i am using nginx with fastcgi开发者_Python百科&mono. When i visit static.mysite.com/type/258/nicename.png i need nginx to grab the file from apppath/public/uploads/00/00/01/02 which is hex of 258. ATM i have asp.net rewriting the file however i am positive asp.net is still handling the file instead of nginx. I'm sure nginx would be faster and since i have the static subdomain i can skip asp.net if i have a way to tell nginx how to map the url to file

How do i get nginx to handle the file transfers?


Check XSendFile.

0

精彩评论

暂无评论...
验证码 换一张
取 消