nginx 개통 https

2326 단어 sslhttpsnginxcentos
nginx 개통 https
약술 하 다
https 설정 절 차 를 제공 합 니 다. 참고 하 시기 바 랍 니 다.
1. SSL 인증서 다운로드
2. 인증서 두 개 를 cert 디 렉 터 리 에 놓 고 nginx 와 nginx. conf 같은 디 렉 터 리 에 놓 습 니 다.
3. nginx 압축 해제 디 렉 터 리 에서 실행
./configure --with-http_ssl_module

오류 가 발생 했 을 경우. / configure: error: SSL modules require the OpenSSL library.
yum -y install openssl openssl-devel
./configure
./configure --with-http_ssl_module

4. make 실행 (make install 이 설치 디 렉 터 리 를 덮어 쓸 수 없다 는 것 을 기억 하 세 요)
5, 원래 nginx 백업
cp /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx.bak

6. 새 nginx 를 오래된 설치 디 렉 터 리 로 덮어 씁 니 다.
cp objs/nginx /usr/local/nginx/sbin/nginx

하면, 만약, 만약...
cp -rfp objs/nginx /usr/local/nginx/sbin/nginx

이렇게 됐 습 니 다. 여기 다 보 였 습 니 다. 좋아요, 팔 로 우. 가 보 세 요. 감사합니다!

좋은 웹페이지 즐겨찾기