chore: add --proxy flag and host_name config for Zoraxy reverse proxy

- Added --proxy to bench serve for proper proxy header handling
- Set host_name: http://erp.lohmar.co.uk in site_config
- Added dns_multitenant: false in common_site_config
- Updated deploy systemd service file
This commit is contained in:
Claus Lohmar 2026-07-15 20:51:21 +00:00
parent 759fac5a67
commit f0e6033cef

View file

@ -9,7 +9,7 @@ Type=simple
User=erpnext
Group=erpnext
WorkingDirectory=/opt/erpnext/frappe-bench
ExecStart=/opt/erpnext/frappe-bench/bench-env.sh bench serve --port 8000
ExecStart=/opt/erpnext/frappe-bench/bench-env.sh bench serve --port 8000 --proxy
Restart=always
RestartSec=10
StandardOutput=append:/opt/erpnext/frappe-bench/logs/web.log