Corregida la configuración de NGINX para gdhcn

This commit is contained in:
Alejandro Gomez Auad 2026-04-30 20:40:29 +00:00
parent fcb74a5031
commit 894e3b9f79
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;