1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 23:39:37 +02:00

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
commit 21d8b376b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
}