chore: switch to nginx proxy port 8080 for socket.io support
This commit is contained in:
parent
5102e6d4bb
commit
5e5b6bb1ed
1 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Service Factory — ERPNext Custom App Project
|
# Service Factory — ERPNext Custom App Project
|
||||||
|
|
||||||
> **Current Version: V0.1.0003** — Each completed prompt/step increments the patch number by 1 (V0.1.0000 → V0.1.0001 → V0.1.0002…). The agent automatically commits and pushes after every step.
|
> **Current Version: V0.1.0004** — Each completed prompt/step increments the patch number by 1 (V0.1.0000 → V0.1.0001 → V0.1.0002…). The agent automatically commits and pushes after every step.
|
||||||
|
|
||||||
## Project Overview
|
## Project Overview
|
||||||
|
|
||||||
|
|
@ -19,7 +19,8 @@
|
||||||
| **Frappe version** | v16 (via `bench`) |
|
| **Frappe version** | v16 (via `bench`) |
|
||||||
| **Database** | MariaDB |
|
| **Database** | MariaDB |
|
||||||
| **Domain** | `erp.lohmar.co.uk` |
|
| **Domain** | `erp.lohmar.co.uk` |
|
||||||
| **Port** | 8000 (web) |
|
| **Port** | 8080 (web via nginx proxy, proxies web + SocketIO) |
|
||||||
|
| **Direct port** | 8000 (gunicorn direct — SocketIO won't work) |
|
||||||
| **Process manager** | systemd (5 services managed via `frappe-bench.target`) |
|
| **Process manager** | systemd (5 services managed via `frappe-bench.target`) |
|
||||||
| **Reverse proxy** | Zoraxy (unifies web + SocketIO on port 8080) |
|
| **Reverse proxy** | Zoraxy (unifies web + SocketIO on port 8080) |
|
||||||
|
|
||||||
|
|
@ -54,7 +55,7 @@ All services managed via `frappe-bench.target` (start/stop/status as a unit).
|
||||||
|
|
||||||
```
|
```
|
||||||
Location: /root/erpnext-admin-credentials.txt
|
Location: /root/erpnext-admin-credentials.txt
|
||||||
Site: http://erp.lohmar.co.uk:8000
|
Site: http://erp.lohmar.co.uk:8080
|
||||||
Username: Administrator
|
Username: Administrator
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue