Skip to content

Commit

Permalink
Docker: allow file upload, extend wait-for timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustin-FL committed Dec 27, 2024
1 parent 50d64a1 commit 4b730d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ http {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $server_name;
client_max_body_size 500M;
}

location /static/ {
Expand All @@ -31,4 +32,4 @@ http {

}

}
}

0 comments on commit 4b730d1

Please sign in to comment.