diff --git a/nginx.conf b/nginx.conf index f3eb3f8..8b54e2d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -22,7 +22,7 @@ http { } location /lawfirm/demo1/ { - proxy_pass http://ld1:3000/lawfirm/demo1/; + proxy_pass http://ld1:3000/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;