ngnix开发从入门到精通的网页,讲得比较全面
2022-08-28 19:44:44 1.14MB nginx
1
Nginx is clearly winning the race to be the dominant software to power modern websites. It is fast and open source, maintained with passion by a brilliant team. This book will help you maintain your Nginx instances in a healthy and predictable state., It will lead you through all the types of problems you might encounter as a web administrator, with a special focus on performance and migration from older software., You will learn how to write good configuration files and will get good insights into Nginx logs. It will provide you solutions to problems such as missing or broken functionality and also show you how to tackle performance issues with the Nginx server. A special chapter is devoted to the art of prevention, that is, monitoring and alerting services you may use to detect problems before they manifest themselves on a big scale. The books ends with a reference to error and warning messages Nginx could emit to help you during incident investigations.
2022-08-27 09:56:48 2.82MB Nginx
1
Linux安装nginx的相关包
2022-08-25 18:00:56 52.49MB nginx
1
由于服务器位于内网环境且无法访问互联网,需要离线安装nginx,ubuntu18.04离线安装软件也并不复杂,只是需要较大的耐心去搜集所需的包,不过大家不用担心,我已经为大家准备好了。 PCRE(Perl Compatible Regular Expressions)是一个Perl库,包括 perl 兼容的正则表达式库。nginx的http模块使用pcre来解析正则表达式,是nginx必需的依赖。 nginx使用zlib对http包的内容进行gzip。 OpenSSL 是一个强大的安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书 封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用,OpenSSL包。 所有清单: nginx-1.22.0.tar.gz openssl-1.1.1q.tar.gz pcre-8.45.tar.gz zlib-1.2.12.tar.gz
2022-08-25 18:00:53 13.82MB nginx ubuntu18.04 PCRE OpenSSL
1
shell配置nginx反向代理 作用:可以使用完全脚本配置,免去vi编辑nginx配置文件,可以集成到python或者java代码中,存命令行控制。 资源可运行,主要提供一个配置的思路。 此资源在一个api接口添加反向代理时使用到
2022-08-23 11:00:40 2KB nginx nginx反向代理
1
nginx 防火墙,简单的waf配置信息
2022-08-22 20:00:47 1.96MB waf nginx
1
有时用户没有网络,需要离线安装nginx,比较麻烦,现将网上收集到的资料合并成一个,供大家下载使用。下载后执行unzip nginx.zip&&chmod +x aa.sh && ./aa.sh 等待3-5分钟,执行应该就正确了。 如果想支持openssl,请将编译nginx的命令改成如下: ./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-http_v2_module --with-http_gunzip_module --with-http_sub_module --with-openssl=/root/openssl-1.1.1q
2022-08-19 14:04:52 63.18MB nginx centos7
1
主要介绍了基于nginx的静态网页部署的实现,小编觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随小编过来看看吧
2022-08-19 11:27:41 60KB nginx 静态网页部署 nginx 静态网页
1
nginx配置https反向代理到tomcat的http,包括windows版本和linux版本的软件下载,安装,配置等
2022-08-19 10:18:40 227KB nginx tomcat https-
1
工作中遇到内网环境部署nginx,于是整理了一套工具,具体安装教程可看主页。
2022-08-18 21:38:19 50.04MB linux nginx vue
1