将图片和附件目录的PHP权限去掉

  location  ~*   ^/(attachments|images)/.*\.(php|php5)$
             {
                   deny all;
             }

你可能感兴趣的:(PHP)