From 894e3b9f794c934638d0c3cc934d8ed7ae2a429c Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Auad Date: Thu, 30 Apr 2026 20:40:29 +0000 Subject: [PATCH] =?UTF-8?q?Corregida=20la=20configuraci=C3=B3n=20de=20NGIN?= =?UTF-8?q?X=20para=20gdhcn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/http.conf | 2 +- nginx/https.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/http.conf b/nginx/http.conf index 491e67a..b142c47 100644 --- a/nginx/http.conf +++ b/nginx/http.conf @@ -76,7 +76,7 @@ http { } location /gdhcn/ { - proxy_pass http://gdhcn-validator-service:8080; + proxy_pass http://gdhcn-validator-service:8080/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; diff --git a/nginx/https.conf b/nginx/https.conf index e27b20f..d1d137e 100644 --- a/nginx/https.conf +++ b/nginx/https.conf @@ -92,7 +92,7 @@ http { } location /gdhcn/ { - proxy_pass http://gdhcn-validator-service:8080; + proxy_pass http://gdhcn-validator-service:8080/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;