aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-10-01 12:24:18 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-10-01 12:24:18 +0200
commit21511bbafc33a109dc8951482e2a0ceac2dc565f (patch)
treee1314a718afc204d31fd0d133e73646a1b8fcb12 /config
parentd86099204c0784d1461936e89589a693f6b768a7 (diff)
downloadPeerTube-21511bbafc33a109dc8951482e2a0ceac2dc565f.tar.gz
PeerTube-21511bbafc33a109dc8951482e2a0ceac2dc565f.tar.zst
PeerTube-21511bbafc33a109dc8951482e2a0ceac2dc565f.zip
Add a comment to the webserver part in the yaml configuration
Diffstat (limited to 'config')
-rw-r--r--config/production.yaml.example1
1 files changed, 1 insertions, 0 deletions
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 @@
1# Correspond to your reverse proxy "listen" configuration
1webserver: 2webserver:
2 https: false 3 https: false
3 host: 'example.com' 4 host: 'example.com'