Skip to content

Commit

Permalink
Increase client_max_body_size so that package uploads work.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrousseau committed Sep 29, 2020
1 parent 41e66ea commit 96d8a77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions octopus.local
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ server {

server_name octopus.local;

client_max_body_size 5G;

location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 96d8a77

Please sign in to comment.