From 1b11c3c515434df298fda7646f929c70b9c1393a Mon Sep 17 00:00:00 2001 From: toychip Date: Sun, 4 Aug 2024 06:25:25 +0900 Subject: [PATCH] fix: cors test14 --- .platform/nginx/conf.d/elasticbeanstalk/00_application.conf | 2 -- .platform/nginx/nginx.conf | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.platform/nginx/conf.d/elasticbeanstalk/00_application.conf b/.platform/nginx/conf.d/elasticbeanstalk/00_application.conf index 4f85aed0..0c8d9b84 100644 --- a/.platform/nginx/conf.d/elasticbeanstalk/00_application.conf +++ b/.platform/nginx/conf.d/elasticbeanstalk/00_application.conf @@ -1,5 +1,3 @@ -# .platform/nginx/conf.d/elasticbeanstalk/00_application.conf - server { listen 443 ssl; server_name dojo-backend-eb-env.eba-33qhzuax.ap-northeast-2.elasticbeanstalk.com; diff --git a/.platform/nginx/nginx.conf b/.platform/nginx/nginx.conf index a36548ca..578e2b03 100644 --- a/.platform/nginx/nginx.conf +++ b/.platform/nginx/nginx.conf @@ -19,6 +19,9 @@ http { log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; + + types_hash_max_size 2048; + types_hash_bucket_size 128; include conf.d/*.conf;