1 Star 0 Fork 0

homqyy / Hengine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-2-Clause

Hengine

介绍

使用

  1. 配置:./configure --prefix=/path/to/install/
  2. 编译:make -j
  3. 安装:make install
  4. 运行:/path/to/install/sbin/nginx

目录结构

hengine/
├── auto/                       # 编译脚本
├── build.sh                    # 一件构建脚本
├── CHANGES.cn.md               # 版本说明
├── conf/                       # 默认配置文件
├── configure                   # 配置脚本
├── contrib/                    # 贡献者
├── docker/                     # Docker相关文件
├── Dockerfile                  # 构建的容器配置文件
├── docs/                       # 说明文档
├── html/                       # 默认页面
├── LICENSE
├── man/                        # manpage
├── modules/                    # 可选的nginx模块
├── packages/
├── README.md
├── src/                        # nginx框架和内置模块代码
├── tests/                      # 测试脚本
└── tools-dev/
/* * Copyright (C) 2022 homqyy * Copyright (C) 2002-2021 Igor Sysoev * Copyright (C) 2011,2021 Nginx, Inc. * Copyright (C) 2010-2021 Alibaba Group Holding Limited * Copyright (C) 2011-2013 Xiaozhe "chaoslawful" Wang * Copyright (C) 2011-2013 Zhang "agentzh" Yichun * Copyright (C) 2011-2013 Weibin Yao * Copyright (C) 2012-2013 Sogou, Inc. * Copyright (C) 2012-2013 NetEase, Inc. * Copyright (C) 2014-2017 Intel, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */

简介

基于Tenginev2.3.3项目进行二次开发。 展开 收起
BSD-2-Clause
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/homqyy/hengine.git
git@gitee.com:homqyy/hengine.git
homqyy
hengine
Hengine
master

搜索帮助