nginx tcp proxy 설정
2024. 5. 4. 16:31ㆍWeb Server/nginx
stream {
server {
listen {port};
proxy_connect_timeout 60s;
proxy_socket_keepalive on;
proxy_pass {proxy 접속정보};
}
}
'Web Server > nginx' 카테고리의 다른 글
Nginx 파일 업로드 용량 제한 조치 (0) | 2024.12.30 |
---|---|
Nginx proxy에서 client IP를 backend에 전달하기 (0) | 2024.12.29 |
nginx 컴파일해서 설치하기: nginx tcp proxy 서버 구성 (0) | 2024.03.11 |
nginx header 정보 제거 (0) | 2024.03.01 |
nginx와 minikube ingress 연동 (0) | 2024.02.03 |