IT运维笔试题
1.请描述dns工作原理和查询过程? 2 OSI七层参考模型是哪七层? 3 nginx和apache… 继续阅读 IT运维笔试题
1.请描述dns工作原理和查询过程? 2 OSI七层参考模型是哪七层? 3 nginx和apache… 继续阅读 IT运维笔试题
git clone git://github.com/yaoweibin/ngx_http_subs… 继续阅读 nginx改写模块subs_filter
git clone https://github.com/openresty/headers-mor… 继续阅读 headers-more-nginx-module
https://github.com/AirisX/nginx_cookie_flag_module… 继续阅读 nginx_cookie_flag_module
https://www.openssl.org/source/openssl-1.0.2n.tar.… 继续阅读 nginx升级TLS1.3
nginx从1.9.0开始支持TCP反向代理 重新编译,增加参数: –with-stream –… 继续阅读 nginx开启socket转发
#LuaJIT mkdir -p /root/lua_ngx && cd /root/lua_ngx… 继续阅读 nginx开启lua支持
https://github.com/retspen/webvirtmgr/wiki/Install… 继续阅读 WebVirtMgr虚拟机管理系统
server配置 server { listen 80; server_name 192.168.2… 继续阅读 nginx用户认证ngx_http_auth_basic_module
#查看编译模块 [root@wow wwwroot]# nginx -V nginx version… 继续阅读 nginx增加rtmp流媒体模块
vim /etc/yum.repos.d/nginx.repo [nginx] name=nginx… 继续阅读 nginx增加官方yum源
#nginx UserParameter=nginx_status.active,curl http… 继续阅读 zabbix监控nginx
一.使用非80端口启动程序,然后再用iptables做一个端口转发。 iptables -t nat… 继续阅读 linux普通用户使用低端口
access_by_lua_file “/usr/local/nginx/conf/lua/waf.… 继续阅读 Nginx通过Lua Redis防止CC攻击