From 7c47a0d81874c72ce53aefd3236db0c3c659758e Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Wed, 15 Jan 2025 11:16:06 +0100 Subject: [PATCH] Revert "Quito upstream" This reverts commit 0d6aa3410266042b939f6f96105e89d6f1e7fe05. --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index 62e84c2..d966ea5 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,3 +1,7 @@ +upstream djangotutorial-git { + server djangotutorial-git:8080; +} + server { listen 80;