원본 코드 컴 파일 설치: nginx 버 전 정보 숨 기기

1) 먼저 nginx 가방 을 다운로드 해 야 합 니 다. 여 기 는 1.12.2 를 예 로 들 수 있 습 니 다.
2) nginx 설치 에 필요 한 지원 패키지
yum install -y gcc gcc-c++ pcre-devel zlib-devel
3) nginx 사용자 만 들 기
useradd -M -s /sbin/nologin nginx
4) 압축 풀기 nginx 및 설정
tar zxf nginx-1.12.2.tar.gz
①vi src/core/nginx.h    13      
          #define nginx_version      1010002
      #define NGINX_VERSION      "6.12.62"         #             
      #define NGINX_VER          "MidServer/" NGINX_VERSION    
                                                                   #               

            ![](https://s1.51cto.com/images/blog/201901/08/dcb7f60989243494cb5e2351d441433f.jpg?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

            ②# vim src/http/ngx_http_special_response.c    29 

      #static u_char ngx_http_error_tail[] =
      "
MidServer
" CRLF "

좋은 웹페이지 즐겨찾기