mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
docs: fix port based multi tenancy (#795)
This commit is contained in:
parent
e362c26fc1
commit
ed6efe5cf4
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ server {
|
|||
|
||||
proxy_set_header X-Frappe-Site-Name mysite.localhost;
|
||||
proxy_set_header Host mysite.localhost;
|
||||
proxy_pass http://erpnext-nginx;
|
||||
proxy_pass http://frontend;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
@ -31,6 +31,7 @@ Notes:
|
|||
- Replace the port with any port of choice e.g. `listen 4200;`
|
||||
- Change `mysite.localhost` to site name
|
||||
- Repeat the server blocks for multiple ports and site names to get the effect of port based multi tenancy
|
||||
- For old images use `proxy_pass http://erpnext-nginx` instead of `proxy_pass http://frontend`
|
||||
|
||||
### Step 3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue