Ich hab als erstes ne Subdomain erstellt, allerdings läuft das bei mir unter Liveconfig 2 noch.
Liveconfig kommt nach Offiziellen release erst ca. 1 oder 1 1/2 jahre später als Produtiv system zum einsatz... wenn die ersten Kinderkrankheiten ausgemerzt sind.
Dann hab ich folgende Parameter in der Liveconfig config angepasst
Code
# ----------------------------------------------------------------------------
# Proxy Settings
# ----------------------------------------------------------------------------
http_proxy_ip_from = 127.0.0.1
# wenn Sie Apache als Proxy-Webserver nutzen:
http_proxy_ip_header = X-Forwarded-For
# wenn Sie NGINX als Proxy-Webserver nutzen:
# http_proxy_ip_header = X-Real-IP
http_proxy_url = https://manager.quick-space.de
# ----------------------------------------------------------------------------
# HTTP protocol settings
# ----------------------------------------------------------------------------
# !! IMPORTANT: if no 'http_socket' and no 'http_ssl_socket' options are
# !! defined, LiveConfig by default tries to open a HTTPS socket at port 8443.
# !! This is the same as only defining 'http_ssl_socket = *:8443'
# http_socket: network socket for incoming HTTP connections
http_socket = 127.0.0.1:82
# http_ssl_socket: network socket for incoming HTTPS connections
# http_ssl_socket = 127.0.0.1:8443
Alles anzeigen