diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 12:24:18 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 12:24:18 +0200 |
commit | 21511bbafc33a109dc8951482e2a0ceac2dc565f (patch) | |
tree | e1314a718afc204d31fd0d133e73646a1b8fcb12 /config | |
parent | d86099204c0784d1461936e89589a693f6b768a7 (diff) | |
download | PeerTube-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.example | 1 |
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 | ||
1 | webserver: | 2 | webserver: |
2 | https: false | 3 | https: false |
3 | host: 'example.com' | 4 | host: 'example.com' |