mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 23:39:37 +02:00
commit
21d8b376b3
5 changed files with 83 additions and 79 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue