nginx服务,现在是最好用的一种代理服务,日常我们代理的一般都是端口转发和流量控制,那么我们如何通过nginx来实现文件下载呢?就是通过nginx服务,通过url来下载文件。
nginx是一款轻量级的web服务器/反向代理服务器及电子邮件(imap/pop3)代理招聘简历表服务器,在bsd-like 协议下发行。其特点是占有内存少,并发能力强,事实上nginx的并发能力在同类型的网页服务器中表现较好。
linux服务器
nginx软件
链接: https://pan.baidu.com/s/1gvewxsk26njruy2gyosvjw?pwd=sa59
提取码: sa59
[yunweijia@localhost jier]$ sudo yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel
[yunweijia@localhost jier]$ cd /usr/local/src/[yunweijia@localhost src]$ sudo wget /d/file/titlepic/download 下载[yunweijia@localhost src]$ sudo tar xf pcre-8.35.tar.gz # 解压[yunweijia@localhost src]$ cd pcre-8.35/[yunweijia@localhost pcre-8.35]$ sudo ./configure # 编译[yunweijia@localhost pcre-8.35]$ sudo make && make instal # 安装[yunweijia@localhost pcre-8.35]$ pcre-config --version # 版本查看8.32[yunweijia@localhost pcre-8.35]$
[yunweijia@localhost jier]$ pwd/home/yunweijia/jier[yunweijia@localhost jier]$ lsnginx-1.14.2.tar.gz[yunweijia@localhost jier]$ tar xf nginx-1.14.2.tar.gz [yunweijia@localhost jier]$ cd nginx-1.14.2/[yunweijia@localhost nginx-1.14.2]$ sudo ./configure --prefix=/home/yunweijia/nginx --with-http_stub_status_module --with-http_ssl_module --with-pcre=/usr/local/src/pcre-8.35[yunweijia@localhost nginx-1.14.2]$ sudo河北医科大学分数线 make && make install
[yunweijia@localhost nginx-1.14.2]$ cd /home/yunweijia/nginx/[yunweijia@localhost nginx]$ lsconf html logs sbin[yunweijia@localhost nginx]$ vim conf/nginx.conf# 以下内容是配置文件的第二行进行配置ur root;# 以下配置是唉rver中进行新增 location ~* (.*.txt) { # 代理后缀为txt的 add_header conte牛膝的作用与功效nt-type "application/octet-stream"; if ( $args ~ ^filename=(.*) ) { add_header content-disposition "attachment; filename=$1"; } yunweijia /home/yunweijia/txt/; # 在这个目录下 }
[yunweijia@localhos柠檬的妙用t nginx]$ sudo ./sbin/nginx -t # 检查配置nginx: the configuration file /home/yunweijia/nginx/conf/nginx.conf syntax is oknginx: 100首经典英文歌曲configuration file /home/yunweijia/nginx/conf/nginx.conf test is successful[yunweijia@localhost nginx]$ sudo ./sbin/nginx # 启动
在”/home/yunweijia/txt/”中新建文件,测试下载。
下载url为:http://ip地址:端口号/文件名
[yunweijia@localhost nginx]$ mkdir /home/yunweijia/txt/[yunweijia@localhost nginx]$ cd /home/yunweijia/txt/[yunweijia@localhost txt]$ ls[yunweijia@localhost txt]$ echo ceshi > 1.txt[yunweijia@localhost txt]$ cat 1.txt ceshi[yunweijia@localhost txt]$
浏览器输入地址为:http://192.168.112.130/1.txt
文件下载成功。
至此,用nginx代理文件下载完毕。
到此这篇关于详解nginx安装过程并代理下载服务器文件的文章就介绍到这了,更多相关nginx代理下载服务器文件内容请搜索www.887551.com以前的文章或继续浏览下面的相关文章希望大家以后多多支持www.887551.com!
本文发布于:2023-04-04 22:12:25,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/e4ac19d5587ae34bfb2f599313c8894f.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:详解nginx安装过程并代理下载服务器文件.doc
本文 PDF 下载地址:详解nginx安装过程并代理下载服务器文件.pdf
留言与评论(共有 0 条评论) |