# nginx **Repository Path**: dong-kunhang/nginx ## Basic Information - **Project Name**: nginx - **Description**: nginx配置 - **Primary Language**: Shell - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-22 - **Last Updated**: 2022-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nginx #### 介绍 nginx配置 #### 软件架构 软件架构说明 #### 安装教程 1.yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel 2.下载 Nginx,下载地址:https://nginx.org/en/download.html 3./configure --prefix=/usr/local/webserver/nginx && make && make install 4.nginx -v