nginx-1.15.9.zip
资源来源:本地上传资源
文件类型:ZIP
大小:32.13MB
评分:
5.0
上传者:weixin_44823165
更新日期:2024-09-11

带http-image-filter-module的nginx(windows版)

资源文件列表(大概)

文件名
大小
nginx-1.15.9/
-
nginx-1.15.9/conf/
-
nginx-1.15.9/conf/fastcgi.conf
1.05KB
nginx-1.15.9/conf/fastcgi_params
1007B
nginx-1.15.9/conf/koi-utf
2.77KB
nginx-1.15.9/conf/koi-win
2.17KB
nginx-1.15.9/conf/mime.types
5.11KB
nginx-1.15.9/conf/nginx.conf
1.95KB
nginx-1.15.9/conf/scgi_params
636B
nginx-1.15.9/conf/uwsgi_params
664B
nginx-1.15.9/conf/win-utf
3.53KB
nginx-1.15.9/contrib/
-
nginx-1.15.9/contrib/geo2nginx.pl
1.24KB
nginx-1.15.9/contrib/README
543B
nginx-1.15.9/contrib/unicode2nginx/
-
nginx-1.15.9/contrib/unicode2nginx/koi-utf
5.85KB
nginx-1.15.9/contrib/unicode2nginx/unicode-to-nginx.pl
1.06KB
nginx-1.15.9/contrib/unicode2nginx/win-utf
5.21KB
nginx-1.15.9/contrib/vim/
-
nginx-1.15.9/contrib/vim/ftdetect/
-
nginx-1.15.9/contrib/vim/ftdetect/nginx.vim
198B
nginx-1.15.9/contrib/vim/ftplugin/
-
nginx-1.15.9/contrib/vim/ftplugin/nginx.vim
29B
nginx-1.15.9/contrib/vim/indent/
-
nginx-1.15.9/contrib/vim/indent/nginx.vim
250B
nginx-1.15.9/contrib/vim/syntax/
-
nginx-1.15.9/contrib/vim/syntax/nginx.vim
126.75KB
nginx-1.15.9/docs/
-
nginx-1.15.9/docs/dtd/
-
nginx-1.15.9/docs/dtd/changes.dtd
614B
nginx-1.15.9/docs/dtd/change_log_conf.dtd
714B
nginx-1.15.9/docs/GNUmakefile
958B
nginx-1.15.9/docs/html/
-
nginx-1.15.9/docs/html/50x.html
494B
nginx-1.15.9/docs/html/index.html
612B
nginx-1.15.9/docs/man/
-
nginx-1.15.9/docs/man/nginx.8
5.16KB
nginx-1.15.9/docs/text/
-
nginx-1.15.9/docs/text/LICENSE
1.36KB
nginx-1.15.9/docs/text/README
49B
nginx-1.15.9/docs/xml/
-
nginx-1.15.9/docs/xml/change_log_conf.xml
1.04KB
nginx-1.15.9/docs/xml/nginx/
-
nginx-1.15.9/docs/xml/nginx/changes.xml
735.47KB
nginx-1.15.9/docs/xsls/
-
nginx-1.15.9/docs/xsls/changes.xsls
3.21KB
nginx-1.15.9/docs/xslt/
-
nginx-1.15.9/docs/xslt/changes.xslt
5.27KB
nginx-1.15.9/html/
-
nginx-1.15.9/html/2.png
9.13MB
nginx-1.15.9/html/50x.html
494B
nginx-1.15.9/html/download/
-
nginx-1.15.9/html/download/2.png
9.13MB
nginx-1.15.9/html/download/flyPic_1_1.jpg
9.13MB
nginx-1.15.9/html/download/flyPic_1_R-C.jpg
980.64KB
nginx-1.15.9/html/download/R-C.jpg
980.64KB
nginx-1.15.9/html/index.html
612B
nginx-1.15.9/lib/
-
nginx-1.15.9/lib/libgd.dll
2.43MB
nginx-1.15.9/logs/
-
nginx-1.15.9/logs/access.log
71.06KB
nginx-1.15.9/logs/error.log
8.19KB
nginx-1.15.9/logs/nginx.pid
7B
nginx-1.15.9/nginx-service.exe
596.5KB
nginx-1.15.9/nginx-service.xml
395B
nginx-1.15.9/nginx.exe
4.22MB
nginx-1.15.9/server-logs/
-
nginx-1.15.9/server-logs/nginx-service.err.log
-
nginx-1.15.9/server-logs/nginx-service.err.log.old
-
nginx-1.15.9/server-logs/nginx-service.out.log
-
nginx-1.15.9/server-logs/nginx-service.out.log.old
-
nginx-1.15.9/server-logs/nginx-service.wrapper.log
1.79KB
nginx-1.15.9/temp/
-
nginx-1.15.9/temp/client_body_temp/
-
nginx-1.15.9/temp/fastcgi_temp/
-
nginx-1.15.9/temp/proxy_temp/
-
nginx-1.15.9/temp/proxy_temp/1/
-
nginx-1.15.9/temp/proxy_temp/1/00/
-
nginx-1.15.9/temp/proxy_temp/2/
-
nginx-1.15.9/temp/proxy_temp/2/00/
-
nginx-1.15.9/temp/proxy_temp/3/
-
nginx-1.15.9/temp/proxy_temp/3/00/
-
nginx-1.15.9/temp/scgi_temp/
-
nginx-1.15.9/temp/uwsgi_temp/
-
nginx-1.15.9/说明.txt
234B

资源内容介绍

参考https://blog.csdn.net/qq_36749924/article/details/130992813启动nginx后访问http://127.0.0.1/download/2.png

用户评论 (0)

相关资源

基于网络爬虫技术的天气数据查询有需求文档 流程图 要求分析以及全部代码

本程序是一个基于C语言编写的天气查询工具,它通过网络请求(HTTP GET请求)从api.k780.com这一天气预报API接口获取特定城市的实时天气、一周天气预报以及生活指数信息。用户可以通过命令行界面(CLI)与程序交互,选择想要查询的天气类型(实时天气、一周天气预报、生活指数)以及输入想要查询的城市名称(默认为成都)。程序会向服务器发送相应的HTTP请求,并解析返回的JSON格式数据,最后将用户关心的天气信息格式化输出到控制台。

104.09KB28金币

pyqt pyside 随窗口自适应、可缩放、拖动QLabel

pyqt pyside 随窗口自适应、可缩放、拖动QLabel python在小才玩yolo目标检测时,总是使用PyQt或PySide来展示识别结果。一开始小才使用自带的QLabel来显示图像,但是发现显示的比较呆,原QLabel显示有以下特点: 1. 窗口大小改变时,QLabel图片显示不会跟随窗口变化。 2. 图片不能够缩放,拖动。于是小才就去搜索学习,许久后,总结加拓展自己实现了一个 随窗口自适应、可缩放、拖动、画框图片的自定义QLabel类(嘲笑请偷偷)。以上代码是使用的pyside6实现,pyqt和pyside导入的都差不多,如果使用PyQt5的话删除上面pyside6的import,重新使用pycharm的自动导入提示重新import就行。ImageLabel继承的QLabel。因此使用时直接将写好的label = QLabel(parent)替换为label = ImageLabel(parent)就可以得到升级!方法上的装饰器check_except是为了方便异常捕捉,小才不想因为显示报错而导致页面卡住然后退出。实现请看小才得另一篇文章python程序运行

4.09MB20金币

chrome主题插件 slinky-典雅 v20.0

chrome主题插件 slinky-典雅v20.0深色与黑色主题超级护眼

8.18KB16金币

F103C8T6-AD

F103C8T6-AD

7.34MB30金币

[curl-8.9.1 rpm升级包]

curl-8.9.1 rpm升级包 x86_64 适用Centos6/7 openEuler

5.8MB10金币

gvhfgghjghgjh

gvhfgghjghgjh

39.15MB24金币

五子棋五子棋五子棋 五子棋五子棋五子棋

五子棋五子棋五子棋

2.55MB23金币

unetbootin windowsx64

unetbootinunetbootinunetbootinunetbootinunetbootinunetbootinunetbootinunetbootinunetbootinunetbootinunetbootinununetbootin windowsx64unetbootin windowsx64unetbootin windowsx64unetbootin windowsx64unetbootin windowsx64unetbootin windowsx64etbootunetbootinunetbootinunetbootinunetbootinunetbootinunetbootinunetbootinunetbootinunetbootinunetbootinunetbootinununetbootin windowsx64unetbootin windowsx64unetbootin windowsx64unetbootin windowsx64unetbootin windowsinunetbootinunetbootinunetbootinunetbootin

4.63MB12金币

windows10下载工具&mstsc远程.zip

windows10下载工具&mstsc远程.zip

8.16MB19金币

ContextMenuManager.NET.4.0

一款调整windows系统鼠标右键查看更多属性的菜单选项的工具,美化UI界面,轻便简洁免安装

241.89KB24金币

Redis自动安装配置卸载的shell脚本

实战环境下服务器Redis从安装配置再到卸载的全流程sh脚本,已在Centos7和麒麟V10 x86测试压缩包包含三个sh脚本和redis-7.0.8.tar.gz离线安装包:1.redis_install.sh:安装脚本2.redis_config_default.sh:配置脚本3.redis_uninstall.sh:卸载脚本执行前请根据实际情况修改脚本中的变量,特别是卸载脚本请仔细核对Redis的安装目录再执行,避免误删

2.87MB29金币

ubuntu20.04-ROS noetic实现一个两轮差速移动机器人的仿真

使用Ubuntu20..04虚拟机在ROS-noetic环境下,利用URDF标签创建了一个两轮差速移动机器人模型,该机器人上包括摄像头、雷达等多传感器。最终使用xacro对代码进行优化。食用方法: 1、新建工作空间; 2、将压缩包解压到工作空间; 3、对工作空间进行编译; 4、运行对应的launch文件。

4.78MB13金币