Skip to content

Commit

Permalink
Merge branch 'main' of github.com:codeforjapan/decidim-cfj-cdk into f…
Browse files Browse the repository at this point in the history
…eat/update-0.28
  • Loading branch information
ayuki-joto committed Nov 18, 2024
2 parents 27ca902 + ca47772 commit 6cc8103
Showing 5 changed files with 351 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_synth.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:
uses: youyo/aws-cdk-github-actions@v2
with:
cdk_subcommand: 'synth'
cdk_version: '2.147.1'
cdk_version: '2.164.1'
working_dir: 'cdk'
cdk_args: '--context stage=dev'
env:
2 changes: 2 additions & 0 deletions lib/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
@@ -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;
}
}
Loading

0 comments on commit 6cc8103

Please sign in to comment.