블로그
- [NginX] Rocky Linux NginX 바이너리 소스파일로 설치 방법 [NginX] Rocky Linux NginX 바이너리 소스파일로 설치 방법 Rocky Linux 에서 NginX 웹서버를 dnf install 하지 않고 바이너리 소스파일로 설치하는 NginX 설치파일 준비 NginX 설치에 필요한 4개 압축파일을 다운로드 받는다. 1) nginx 다운로드 http://nginx.org/download/nginx-1.28.2.tar.gz
- Nginx Server Block 별로 traffic 보기 Download NGINX source Choose your version (e.g., latest stable): bash NGINX_VERSION=1.24.0 curl -O http ://nginx.org/download/nginx-$NGINX_VERSION.tar.gz tar zxvf nginx-$NGINX_VERSION.tar.gz cd nginx-$NGINX_VERSION
- 특정 동영상 rtmp 로 무한 반복 리플레이 만들기. nginx 최신판 다운로드 wget https://nginx.org/download/nginx-1.27.0.tar.gz 2. 모듈 다운로드wget https://github.com/arut/nginx-rtmp-module/archive/master.zip 3. 설치 .
- nginx 설치 1. nginx download - wget https://nginx.org/download/nginx-1.13.4.tar.gz 2. tar 압축해제 - tar xvzf nginx-
- window에서 nginx 설치 나는 c:\nginx 밑에 바로 nginx.exe 가 있도록 경로를 설정했다. 다운받자. https://nssm.cc/download 2) cmd를 열어서 다운받은 경로로 이동 후 nssm.exe install nginx 로 명령한다.