Skip to content

Commit

Permalink
Hotfix/sale done (#68)
Browse files Browse the repository at this point in the history
* hotfix : 구매 유저가 Null 이어도 구매 가능하도록 상태 변경

* hotfix : file size

* hotfix : nginx 수동 설정 테스트 1 - 요청 body 사이즈 변경

* hotfix : nignx 설정 테스트2
  • Loading branch information
Dayon-Hong authored Jun 7, 2024
1 parent 9c6b141 commit a7847ea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .ebextensions/00-makeFiles.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ files: # Elastic Beanstalk에 필요한 파일들을 생성하거나 수정하

# run app
killall java # 현재 실행 중인 모든 java 프로세스를 종료
java -Dfile.encoding=UTF-8 -Dspring.profiles.active=prod -jar $JAR_PATH # UTF-8 인코딩과 prod 프로파일로 애플리케이션 JAR 파일 실행
java -Dfile.encoding=UTF-8 -Dspring.profiles.active=prod -jar $JAR_PATH # UTF-8 인코딩과 prod 프로파일로 애플리케이션 JAR 파일 실행

"/etc/nginx/conf.d/proxy.conf":
mode: "000644"
owner: root
group: root
content: |
client_max_body_size 50M;

0 comments on commit a7847ea

Please sign in to comment.