Skip to content

Commit

Permalink
fix: cors test14
Browse files Browse the repository at this point in the history
  • Loading branch information
toychip committed Aug 3, 2024
1 parent 1ebb43e commit 1b11c3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .platform/nginx/conf.d/elasticbeanstalk/00_application.conf
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
3 changes: 3 additions & 0 deletions .platform/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1b11c3c

Please sign in to comment.