在将nginx目录设置为ftp目录访问时会报错:403 forbidden
原因在于nginx访问时账户问题,通过修改nginx.conf中的访问名解决
打开nginx.conf
修改user值,去掉#号,改为 user ftp账户名
重启nginx服务
./nginx -s reload