如何通过nginx中的符号链接下载静态文件

时间:2013-03-15 12:24:44

标签: perl static nginx download symlink

我在perl脚本中使用了符号链接。

symlink("$c->{upload_dir}/$dx/$file_code","$c->{htdocs_dir}/$rand/$file_name") || &Send("ERROR:sym_create_failed");

当我通过nginx下载时获取错误404 Not Found

http://mydomain.com:5854/files/7/o6s85gwietgfoc/os.mp4

通过apache下载工作

http://mydomain.com/files/7/o6s85gwietgfoc/os.mp4

如何在nginx中工作?

0 个答案:

没有答案