ngx_http_gzip_static_create_conf

在 src\http\modules\ngx_http_gzip_static_module.c

C 复制代码
static void *
ngx_http_gzip_static_create_conf(ngx_conf_t *cf)
{
    ngx_http_gzip_static_conf_t  *conf;

    conf = ngx_palloc(cf->pool, sizeof(ngx_http_gzip_static_conf_t));
    if (conf == NULL) {
        return NULL;
    }

    conf->enable = NGX_CONF_UNSET_UINT;

    return conf;
}

分配内存,作为一个 ngx_http_gzip_static_conf_t 结构体

返回结构体地址

相关推荐
Dxy123931021631 分钟前
Nginx中的worker_processes如何设置:从“盲目填数”到“精准调优”
运维·nginx
oMcLin44 分钟前
如何在 Debian 11 上通过优化 Nginx 与 PHP‑FPM,提高大流量网站的稳定性与响应速度?
nginx·debian·php
liuhaikang1 小时前
鸿蒙高性能动画库——lottie-turbo
java·开发语言·nginx
一叶星殇2 小时前
ASP.NET Core 后端如何通过 Nginx 获取真实客户端 IP 完整指南
服务器·tcp/ip·nginx
Dxy123931021621 小时前
Nginx原生配置介绍
运维·nginx
原神启动121 小时前
Docker-compose一键部署设备管理平台 nginx+mysql+springboot
mysql·nginx·docker
岁岁种桃花儿1 天前
服务SOA化 彻底理解手册(完整版)
nginx
oMcLin1 天前
Ubuntu 22.04服务器如何配置并调优Nginx负载均衡,支持百万级并发请求?
服务器·nginx·ubuntu
Joy T2 天前
【AI运维】03 Nginx 配置与内网转发:从访问链路到 proxy_pass 的完整理解【深度好文】
运维·nginx
2501_946675642 天前
Flutter与OpenHarmony打卡动画效果组件
运维·nginx·flutter