mirror of
https://github.com/inventree/InvenTree.git
synced 2026-08-10 15:36:17 +00:00
[docs] Improve setup guide for non-standard hosting (#12588)
* [docs] Updated docs for complex server setups Ref: https://github.com/inventree/InvenTree/discussions/12538 * Add FAQ entry
This commit is contained in:
@@ -14,8 +14,14 @@ INVENTREE_TAG=stable
|
||||
INVENTREE_SITE_URL="http://localhost"
|
||||
#INVENTREE_SITE_URL="http://inventree.localhost"
|
||||
#INVENTREE_SITE_URL="https://inventree.my-domain.com" # Or a public domain name (which you control)
|
||||
|
||||
# Port that the InvenTree server listens on *inside* the container - do not change unless you know what you are doing
|
||||
INVENTREE_WEB_PORT=8000
|
||||
|
||||
# Ports that the proxy (Caddy) publishes on the *host* - change these to serve InvenTree on a non-standard port
|
||||
#INVENTREE_HTTP_PORT=80
|
||||
#INVENTREE_HTTPS_PORT=443
|
||||
|
||||
# InvenTree proxy forwarding settings
|
||||
INVENTREE_USE_X_FORWARDED_HOST=True
|
||||
INVENTREE_USE_X_FORWARDED_PORT=True
|
||||
|
||||
Reference in New Issue
Block a user