1
0
Fork 0

add server.root_url variable

This commit is contained in:
Simon Schneider 2018-08-23 12:58:58 +02:00
parent bc4ce2a7ff
commit 96ae1af5e0
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@ domain = {{ server.domain }}
;enforce_domain = false
# The full public facing url
;root_url = %(protocol)s://%(domain)s:%(http_port)s/
root_url = {{ server.root_url }}
# Log web requests
;router_logging = false

View File

@ -16,6 +16,7 @@ Debian:
address: 0.0.0.0
port: 3000
domain: localhost
root_url: "%(protocol)s://%(domain)s:%(http_port)s/"
session:
engine: file
auth: