mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-04 04:35:19 +02:00
Increase client_max_body_size to 100M in nginx configuration
This commit is contained in:
parent
1f4a02467b
commit
6ba047d2a5
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ http {
|
||||||
sendfile on;
|
sendfile on;
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
|
|
||||||
|
client_max_body_size 100M;
|
||||||
|
|
||||||
upstream django {
|
upstream django {
|
||||||
server server:8000; # Use the internal Docker networking
|
server server:8000; # Use the internal Docker networking
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue