配置文件 -- /安装位置/conf/nginx.conf
配置文件头部
location /images/{
root /home/ftpuser/www/;
autoindex on;
}
/home/ftpuser/www/images/下才是真正存放资源的路径
配置文件 -- /安装位置/conf/nginx.conf
配置文件头部
location /images/{
root /home/ftpuser/www/;
autoindex on;
}
/home/ftpuser/www/images/下才是真正存放资源的路径