Update URLs and paths for lawfirm demo structure

This commit is contained in:
2025-06-07 22:04:30 +02:00
parent c0dc4ed296
commit 7fba89fa28
3 changed files with 31 additions and 31 deletions

View File

@@ -21,7 +21,7 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
}
location /lawfirm-demos/demo1/ {
location /lawfirm/demo1 {
proxy_pass http://ld1:3000/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;