From d8658f0f8131f1768697669b673290a2e25c2997 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 11 Jan 2021 10:09:24 +0100 Subject: Try to improve install doc --- config/default.yaml | 1 + config/production.yaml.example | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index 01e5c8480..b68a96f51 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -4,6 +4,7 @@ listen: hostname: '127.0.0.1' port: 9000 +# Correspond to your reverse proxy server_name/listen configuration (i.e., your public PeerTube instance URL) webserver: https: false hostname: 'localhost' diff --git a/config/production.yaml.example b/config/production.yaml.example index a5cdedf35..91eecbd67 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -2,7 +2,7 @@ listen: hostname: 'localhost' port: 9000 -# Correspond to your reverse proxy server_name/listen configuration +# Correspond to your reverse proxy server_name/listen configuration (i.e., your public PeerTube instance URL) webserver: https: true hostname: 'example.com' -- cgit v1.2.3