From 52d14ab5ff6a7972901c4903fd6b5b3268035724 Mon Sep 17 00:00:00 2001 From: NaysKutzu Date: Sun, 24 Nov 2024 18:05:19 +0100 Subject: [PATCH] PUSH --- backend.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.conf b/backend.conf index 4236154..20fb6f7 100755 --- a/backend.conf +++ b/backend.conf @@ -21,7 +21,7 @@ server { # Location for the frontend location / { - proxy_pass http://mythicalclient_frontend:80$request_uri; # Replace 'frontend:80' with your frontend service + proxy_pass http://mythicalclient_frontend:80; # Replace 'frontend:80' with your frontend service proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;