From e97b8fc98fa1af50798da7dd936ba6b6b57845b7 Mon Sep 17 00:00:00 2001 From: creylopez Date: Thu, 16 Jan 2025 15:23:42 +0000 Subject: [PATCH] Actualizar 'nginx/default.conf' --- nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/default.conf b/nginx/default.conf index ae6a80f..cec6c85 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -12,7 +12,7 @@ server { location / { proxy_pass http://django_project; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header Host $host; + proxy_set_header Host $http_host; proxy_redirect off; client_max_body_size 100M; }