conf(): updated sample config and root_url to better explain it

pull/5518/head
Torkel Ödegaard 9 years ago
parent 9312a13e6e
commit 460820a117
  1. 5
      conf/sample.ini

@ -42,8 +42,9 @@
# Prevents DNS rebinding attacks # Prevents DNS rebinding attacks
;enforce_domain = false ;enforce_domain = false
# The full public facing url # The full public facing url you use in browser, used for redirects and emails
;root_url = %(protocol)s://%(domain)s:%(http_port)s/ # If you use reverse proxy and sub path specify full url (with sub path)
;root_url = http://localhost:3000
# Log web requests # Log web requests
;router_logging = false ;router_logging = false

Loading…
Cancel
Save