Nginx (openresty) 설치

568 단어 openrestynginx
패키지 준비
openresty 소스 패키지 준비 하기:
/opt/ngx_openresty-1.9.3.2.tar.gz

스트레스 를 풀다
다음 명령 을 실행 하여 압축 해제 설치 팩:
cd /opt
tar zxvf ngx_openresty-1.9.3.2.tar.gz

컴 파일 설치
다음 명령 을 실행 하여 컴 파일 을 설치 하 는 데 필요 한 의존:
yum install -y pcre-devel openssl-devel

다음 명령 을 실행 하여 openresty 를 컴 파일 설치 합 니 다.
mkdir yliyun
cd ngx_openresty-1.9.3.2
./configure --prefix=/opt/yliyun/openresty
make
make install

openresty 는 / opt / yliyun / openresty 에 성공 적 으로 설치 되 었 습 니 다.

좋은 웹페이지 즐겨찾기