Update location path in nginx.conf for demo1
This commit is contained in:
@@ -21,7 +21,7 @@ http {
|
|||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /lawfirm/demo1 {
|
location /lawfirm/demo1/ {
|
||||||
proxy_pass http://ld1:3000/;
|
proxy_pass http://ld1:3000/;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|||||||
Reference in New Issue
Block a user