From e4731a8c736cd4b8949cfd9da030626a55a3d0a6 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Sun, 8 Jun 2025 02:22:42 +0200 Subject: [PATCH] Update proxy_pass URL for /lawfirm/demo1/ --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 8b54e2d..f3eb3f8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -22,7 +22,7 @@ http { } location /lawfirm/demo1/ { - proxy_pass http://ld1:3000/; + proxy_pass http://ld1:3000/lawfirm/demo1/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;