[feat]: nginx reverse proxy + /uploads/* webp 서빙 (S3 → EC2 이미지 마이그레이션)#119
Open
imhyunho99 wants to merge 1 commit into
Open
[feat]: nginx reverse proxy + /uploads/* webp 서빙 (S3 → EC2 이미지 마이그레이션)#119imhyunho99 wants to merge 1 commit into
imhyunho99 wants to merge 1 commit into
Conversation
기존 S3 호스팅 칵테일 이미지를 EC2 로컬 디스크 + WebP 로 이전. - nginx-onz: 80 포트 owner, /uploads/* 정적 서빙, 그 외 api-server 로 프록시 - api-server: 80 포트 직접 노출 → 8080 internal expose - 196 이미지 PNG/JPG → WebP 변환 (300MB → 22MB, 92.6% 감소) - DB 의 image_url 일괄 갱신: amazonaws.com → onz-cocktail.kr/uploads/ - AWS owner 계정 종속 종료, S3 키 불필요 운영 EC2 (3.39.102.6) 적용 완료. 본 커밋은 source-of-truth 동기화. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
기존 S3 호스팅 칵테일 이미지를 EC2 로컬 디스크 + WebP 로 이전.
운영 EC2 적용 완료. 본 커밋은 source-of-truth 동기화.