feat: add possibility to change proxy listening port
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
# no effect to Xen Orchestra proxy
|
||||
PORT="80"
|
||||
|
||||
# Port number to where xo-proxy service is bound
|
||||
PROXY_PORT="443"
|
||||
|
||||
# Base dir for installation and future updates
|
||||
INSTALLDIR="/opt/xo"
|
||||
|
||||
@@ -28,6 +31,7 @@ SELFUPGRADE=true
|
||||
|
||||
# Xen Orchestra configuration file is stored in XOUSER's home directory ($HOME/.config/xo-server/config.toml) and by default will be overwritten with every update done by this script.
|
||||
# You may disable this if you edit configuration by hand and don't want an update to overwrite it. Note that some of the options defined here won't be applied even if changed if this is set to false.
|
||||
# This does not apply to proxy installation, proxy config is never overwritten if it already exists!
|
||||
# options: true/false
|
||||
# no effect to Xen Orchestra proxy
|
||||
CONFIGUPDATE=true
|
||||
|
Reference in New Issue
Block a user