nginx api

This commit is contained in:
Irwan Cahyono 2025-08-07 10:55:13 +07:00
parent b6f86f001a
commit 8f6c0792da

View File

@ -2,7 +2,7 @@
client_max_body_size 10M; client_max_body_size 10M;
upstream django_app { upstream django_app {
server webapp:8000; server api:8000;
} }
server { server {