随笔分类 -  Nginx

摘要:1、ngx_http_core_module #包括一些核心的http参数配置,对应Nginx的配置为HTTP区块部分2、ngx_http_access_module #访问控制模块,用来控制网站用户对Nginx的访问3、ngx_http_gzip_module #压缩模块,对Nginx返回的数据压 阅读全文
posted @ 2022-09-10 21:47 GlassHeart 阅读(169) 评论(0) 推荐(0)
摘要:#!/bin/bash #******************************************************************** #Author: HE-handsome #QQ: 2700565402 #Date: 2022-09-30 #FileName: in 阅读全文
posted @ 2022-09-03 13:12 GlassHeart 阅读(199) 评论(0) 推荐(0)