You need to enable JavaScript to run this app.
velog
로그인
트렌딩
최신
태그
전체태그 보기
#ebextensions
(1개의 포스트)
freegians
AWS ElasticBeanstalk Apache, NginX conf 추가하기
2019년 11월 29일
0개의 댓글
회사 서비스 중에 GET 방식의 통신 중 Query String 이 아주 긴 요청을 처리 해야 하는데 Tomcat은 server.xml, Apache 는 conf 파일을 수정 하면 된다. AWS ElasticBeanstalk 을 사용하고 있었기 때문에 .ebextensions을 사용해야 하는데 Apache나 NginX 는 conf 파일을 추가하거나 교체 ...