From 21511bbafc33a109dc8951482e2a0ceac2dc565f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 1 Oct 2016 12:24:18 +0200 Subject: [PATCH] Add a comment to the webserver part in the yaml configuration --- config/production.yaml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/config/production.yaml.example b/config/production.yaml.example index 6dc79d73f..df216ac92 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -1,3 +1,4 @@ +# Correspond to your reverse proxy "listen" configuration webserver: https: false host: 'example.com'