블로그
- [NginX] Rocky Linux NginX 바이너리 소스파일로 설치 방법 준비 NginX 설치에 필요한 4개 압축파일을 다운로드 받는다. 1) nginx 다운로드 http://nginx.org/download/nginx-1.28.2.tar.gz 2) pcre
- 특정 동영상 rtmp 로 무한 반복 리플레이 만들기. configure --with-http_gzip_static_module --with-http_stub_status_module --with-http_ssl_module --with-pcre
- nginx 설치 /configure 실행 - zlib, pcre 가 없다고 하면 설치해주자. (yum -y install zlib-devel pcre-devel openssl-devel) 4. make 5. make install 6.