nginx,nginx配置,nginx性能,nginxrewrite,ssl
2023-07-19
nginx * SSL_do_handshake() failed
nginx在做proxy代理https时,nginx日志出现下面错误
经验与学习 222
2023-07-04
nginx referer防盗连
nginx怎么防盗连,怎么配置,请看下面
经验与学习 108
2023-06-30
Nginx 清理缓存添加安装模块 ngx_cache_purge
Nginx清理缓存添加安装模块ngx_cache_purge
经验与学习 174
2023-06-30
nginx配置判断是PC还是移动端
nginx通过user_agent判断客户端是PC还是移动,通过判断,来做不同的操作
经验与学习 150
2023-06-29
nginx 配置cache 做CDN
nginx做cnd服务配置proxy_cache整个过程
经验与学习 182
2023-06-29
nginx cache缓存php 伪静态
nginxproxy_cache缓存伪静态phphtml文件,配置如下
经验与学习 113
2023-06-26
nginx根据访问(攻击)ip跳转
服务器web服务经常被攻击,通过ip我们跳转到
经验与学习 119
2023-06-26
nginx 根据uri选择不同文件夹
在网站提交百度站点认证中,需要把认证文件集中管理,通过nginx判断uri进入不同文件夹
经验与学习 96
2023-05-29
nginx rewrite
nginxrewrite功能
经验与学习 186
2023-05-09
mac设置ulimit 1024 worker_connections exceed open file resource limit 25
在mac启用nginx提示1024worker_connectionsexceedopenfileresourcelimit256
Linux 111
2023-05-09
nginx 多域名正则匹配
nginx实现多域名正则匹配判断,通过不同域名访问不同路径
Linux 120
2023-03-28
nginx 设置禁止搜索引擎蜘蛛爬取内容
在做web服务或者接口过程中,有使用默认80端口服务的,某些情况下,会对外提供服务,那么在这种情况下,百度、搜索引擎就会访问到,那怎么在nginx配置呢
Linux 180
2023-03-25
nginx 负载均衡
nginx负载均衡有5中模式,分别是轮询、IP哈希、最少连接数、URL哈希和加权轮询
Linux 150
2023-03-23
nginx跨域配置
如何在nginx配置中设置跨域跨域访问资源等内容,看下面详细配置
Linux 96
2023-02-23
nginx http跳https
nginxhttp跳https
Linux 108