我在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中工作?