Merge pull request #395 from seanmorley15/update-nl

Update nl.json
This commit is contained in:
Sean Morley
2024-12-02 15:47:37 -05:00
committed by GitHub
5 changed files with 83 additions and 79 deletions

View File

@@ -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
}