From 460820a117bd4a3f98da4ba3d0afa9b264d72e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 5 Jul 2016 14:10:23 +0200 Subject: [PATCH] conf(): updated sample config and root_url to better explain it --- conf/sample.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/sample.ini b/conf/sample.ini index 811f4bbcc51..6abc8ba416d 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -42,8 +42,9 @@ # Prevents DNS rebinding attacks ;enforce_domain = false -# The full public facing url -;root_url = %(protocol)s://%(domain)s:%(http_port)s/ +# The full public facing url you use in browser, used for redirects and emails +# If you use reverse proxy and sub path specify full url (with sub path) +;root_url = http://localhost:3000 # Log web requests ;router_logging = false