0) CentOS7.6
https://archive.kernel.org/centos-vault/7.6.1810/isos/x86_64/
Index of /centos-vault/7.6.1810/isos/x86_64/
archive.kernel.org
Tip) 토렌트로 다운 받아야 1시간내 다운 받을수 있음
1.1) nginx 설치(yum를 이용한 방식)
https://holjjack.tistory.com/114
[CentOS 7] CentOS 7 - NGINX 설치 방법
CentOS 7 버전에 Nginx 설치 방법 정리 요약 yum 외부 저장소 추가 yum install 방화벽 포트 개방 nginx 포트 설정 nginx 데몬 실행 실행 1. yum 외부 저장소 추가 yum 저장소에는 nginx가 없기 때문에 외부 저장..
holjjack.tistory.com
(참고) repo 파일 설정 >> 바로가기
1.2) 인터넷이 막힌 내부망에 설치하기
>> 바로가기
1.3) nginx 설치(소스컴파일 방식)
"Nginx HTTP 서버" 책 참고(p31~72)
(참고) nginx puls >> 바로가기 바로가기(2)
2) nginx 설치후 성능테스트 방법
2.1) 오픈웹로그 >> [바로가기]
* C:\Dev\openwebload 에 설치하고, path 설정함
2.2) 모니터링 명령 >> [바로가기]
3) nginx 프록시 서버 구성
nginX + 리버스프록시 + https(ssl) 적용하기
일전에 nginX에서 리버스프록시를 구현하는 글을 블로깅 한적이 있었는데 최근에 모두 https(ssl)로 바뀌면서 Reverse Proxy에서도 적용할 방법을 찾았습니다. 제 업무가 전산업이 아니다 보니 적용해��
akal.co.kr
https://dev.to/wes5510/nginx-https-proxy-3422
Nginx를 이용한 forward proxy 구현
안녕하세요. Humanscape Software Engineer David 입니다.
medium.com
https://nginx.org/en/#generic_proxy_server_features
nginx
nginx nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server, originally written by Igor Sysoev. For a long time, it has been running on many heavily loaded Russian sites including Yandex, Mail.Ru, VK,
nginx.org
4) SSL
https://www.youtube.com/watch?v=SjOEeW6gQlY
5) log 확인
> tomcat log : /usr/local/apache-tomcat-7.0.105/logs 의 로그 파일 참고
> nginx log :
'[I] proxy server' 카테고리의 다른 글
Apache proxy 서버 구성 (0) | 2020.08.19 |
---|---|
인터넷이 막힌 내부망에 nginx 16.1 설치하기 (0) | 2020.08.09 |