Skip to content

Commit

Permalink
Merge pull request #58 from codeforjapan/refactor/update-header-size
Browse files Browse the repository at this point in the history
feat: update buffer size
  • Loading branch information
ayuki-joto authored Nov 7, 2024
2 parents 0769527 + d6e60d9 commit ca47772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_buffers 8 32k;
proxy_buffer_size 64k;
}
}
2 changes: 1 addition & 1 deletion test/__snapshots__/decidim-cfj-cdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ exports[`DecidimStack Created 1`] = `
[
"docker://",
{
"Fn::Sub": "887442827229.dkr.ecr.ap-northeast-1.\${AWS::URLSuffix}/cdk-hnb659fds-container-assets-887442827229-ap-northeast-1:e2cba63dec4fd4bda0e19c605519329ba1bd6cd67c5a4bad8719225ea4ac4ec9",
"Fn::Sub": "887442827229.dkr.ecr.ap-northeast-1.\${AWS::URLSuffix}/cdk-hnb659fds-container-assets-887442827229-ap-northeast-1:47776e0070132eb76cca840c878ac6baa1698d2311a6b6773fd9ad2f739f0445",
},
],
],
Expand Down

0 comments on commit ca47772

Please sign in to comment.