From 0b06835c5b758eb94c0df892b22c816fb089f358 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jul 2026 06:24:45 +0000 Subject: [PATCH] chore: proxy web+socketio through nginx, gunicorn on port 8001 --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 0977900..0988264 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,6 +1,6 @@ # Service Factory — ERPNext Custom App Project -> **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. +> **Current Version: V0.1.0005** — 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 @@ -21,6 +21,7 @@ | **Domain** | `erp.lohmar.co.uk` | | **Port** | 8080 (web via nginx proxy, proxies web + SocketIO) | | **Direct port** | 8000 (gunicorn direct — SocketIO won't work) | +| **Reverse proxy** | Nginx on ports 8000+8080 → gunicorn:8001 (web) + node:9000 (SocketIO) | | **Process manager** | systemd (5 services managed via `frappe-bench.target`) | | **Reverse proxy** | Zoraxy (unifies web + SocketIO on port 8080) |