diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
2 | hostname: 'localhost' | 2 | hostname: 'localhost' |
3 | port: 9000 | 3 | port: 9000 |
4 | 4 | ||
5 | # Correspond to your reverse proxy server_name/listen configuration | 5 | # Correspond to your reverse proxy server_name/listen configuration (i.e., your public PeerTube instance URL) |
6 | webserver: | 6 | webserver: |
7 | https: true | 7 | https: true |
8 | hostname: 'example.com' | 8 | hostname: 'example.com' |