Nginx
- HTTP proxy server
- Mail proxy server
- TCP/UDP proxy server
Http 서버 특징
- static 파일 제공 기능
- Cache, Load Balancing, Fault tolerance
- 압축 Gzip
- SSL 지원
- Http2 지원
- Name-based, Ip-based 가상 서버 (Virtual servers)
- Keep-alive
- Access log 기능 (format, buffed writing, rotation, syslog)
- 3xx-5xx redirect 기능
- Access control (client ip, basic authentication)
- Http referer의 검증 기능
- FLV and MP4의 스트리밍
- IP based geolocation
- A/B Testing
- Request Mirroring
Reference
'Web' 카테고리의 다른 글
CDN - Content Delivery Network (0) | 2018.12.17 |
---|---|
Onsen UI (0) | 2018.09.16 |
image lazy loading (0) | 2018.02.11 |
Vue.js 맛보기 (0) | 2017.08.06 |