From 3737bbafb109a79f77c3047eb9b2791e6b57344e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 23 Oct 2016 19:41:17 +0200 Subject: Server: host -> hostname (host = hostname + port) --- config/production.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/production.yaml.example') diff --git a/config/production.yaml.example b/config/production.yaml.example index 8bc63ee92..056ace434 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -1,7 +1,7 @@ # Correspond to your reverse proxy "listen" configuration webserver: https: false - host: 'example.com' + hostname: 'example.com' port: 80 database: -- cgit v1.2.3