From 8ca30f92a7d33e50aece6b02fc7a05525cf8bc5f Mon Sep 17 00:00:00 2001 From: Pablo Fraile Alonso Date: Tue, 10 Oct 2023 09:29:04 +0200 Subject: [PATCH] proxy --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 9d88c36..27f69b4 100644 --- a/nginx.conf +++ b/nginx.conf @@ -14,7 +14,7 @@ http { # API route location /api { - proxy_pass http://127.0.0.1:8000; + proxy_pass http://localhost:8000; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;