From b6749d6f59a6c102eff45d76014df30d16d2bcec Mon Sep 17 00:00:00 2001 From: creylopez Date: Fri, 14 Feb 2025 10:58:25 +0000 Subject: [PATCH] Cambio puerto a 8080 --- nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/default.conf b/nginx/default.conf index 99f6af4..213d2d0 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -5,7 +5,7 @@ upstream django_project { error_log /var/log/nginx/error.log; server { - listen 80; + listen 8080; access_log /var/log/nginx/access.log;