#代理ftp访问图片配置服务
server {
listen 端口;
server_name IP地址;
location ~ \.(gif|jpg|jpeg|png|bmq|swf)$ {
root D:/ftp/ftpLibrary/;
}
}
http方式访问FTP服务器图片
于 2024-04-01 11:33:20 首次发布
#代理ftp访问图片配置服务
server {
listen 端口;
server_name IP地址;
location ~ \.(gif|jpg|jpeg|png|bmq|swf)$ {
root D:/ftp/ftpLibrary/;
}
}
2178

被折叠的 条评论
为什么被折叠?
