Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HwanGonJang committed Feb 2, 2024
1 parent e2e629c commit 4365fdc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions elasticbeanstalk/.ebextensions/01_set_timezone.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
commands:
set_time_zone:
command: ln -f -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime
3 changes: 3 additions & 0 deletions elasticbeanstalk/.ebextensions/02_set_font.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
container_commands:
copy_ttf:
command: "cp ./assets/fonts/*.ttf /usr/share/fonts/"
1 change: 1 addition & 0 deletions elasticbeanstalk/.platform/nginx/conf.d/nginx_config.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
client_max_body_size 100M;
Binary file added elasticbeanstalk/assets/fonts/HANDotum.ttf
Binary file not shown.
2 changes: 2 additions & 0 deletions elasticbeanstalk/java/security/enableLegacyTLS.security
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, \
DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL

0 comments on commit 4365fdc

Please sign in to comment.