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