Correccion de errores

This commit is contained in:
2026-08-05 10:16:57 -05:00
parent 519cd619ec
commit 3b571aa5ee
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ http {
}
location /api/ {
proxy_pass http://localhost:3000/;
proxy_pass http://localhost:3000;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;