Skip to content

Commit

Permalink
Add config to set max body size
Browse files Browse the repository at this point in the history
fixes #92
  • Loading branch information
hardillb committed Jul 10, 2023
1 parent dd259d6 commit a182c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- "/var/run/docker.sock:/tmp/docker.sock:ro"
- "./nginx/vhost.d:/etc/nginx/vhost.d"
- "./nginx/html:/usr/share/nginx/html"
- "./nginx/my-proxy.conf:/etc/nginx/conf.d/my_proxy.conf"
# - "./certs:/etc/nginx/certs"
ports:
- "80:80"
Expand Down
1 change: 1 addition & 0 deletions nginx/my-proxy.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
client_max_body_size 5m;

0 comments on commit a182c47

Please sign in to comment.