From bd9c81630cdc0ffb1e90c30db58e7f6f8918db0a Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Fri, 17 Jan 2025 10:31:45 +0100 Subject: [PATCH] Corrigo nginx.conf para que sea incluible --- nginx/nginx.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 2e61647..af1aa27 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -1,7 +1,3 @@ -events { -} - -http { upstream django_project { server localhost:8000; } @@ -34,4 +30,3 @@ http { root /usr/share/nginx/html; } } -}