# nginx_module_sample **Repository Path**: jasydong/nginx_module_sample ## Basic Information - **Project Name**: nginx_module_sample - **Description**: 一个 Nginx 模块示例 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-12 - **Last Updated**: 2021-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nginx_module_sample #### 介绍 一个 Nginx 模块示例 #### 安装教程 1. cd /root/nginx-1.21.3/ 2. ./configure --add-module=/root/nginx_module_sample --prefix=/root/nginx 3. make && make install