Table of Contents |
---|
...
80 port(Http) 통신만 사용
80(Http) & 443(https)을 동시에 사용
[Recommend] https만 사용, 80(http)포트 접속시 443(https)으로 redirect 설정
https가 보안 및 http2 적용시 병렬처리 가능하여 성능 개선
...
Expand | ||
---|---|---|
| ||
|
...
Http2 적용
Attach http2 on config file(path: /home/ec2-user/nginx/conf.d/jenkins.conf/)
서버내 인증서가 있는경우: listem 443 ssl http2
AWS ACM 사용시: listen 443 http2
...
설정 여부 확인
https://tools.keycdn.com/http2-test
...
Reference
Install Http2 as a nginx latest version
https://ma.ttias.be/enable-http2-in-nginx/
HTTP/1.1 vs HTTP/2 비교
https://www.digitalocean.com/community/tutorials/http-1-1-vs-http-2-what-s-the-difference