Merge pull request #393 from seanmorley15/fix-nginx-upload
Increase client_max_body_size to 100M in nginx configuration
This commit is contained in:
@@ -10,6 +10,8 @@ http {
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
|
||||
client_max_body_size 100M;
|
||||
|
||||
upstream django {
|
||||
server server:8000; # Use the internal Docker networking
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user