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:
parent
759fac5a67
commit
f0e6033cef
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue