]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/config/production.yaml
Cleanup docker configuration
[github/Chocobozzz/PeerTube.git] / support / docker / production / config / production.yaml
index 41272ba26c969bc6779239cea914d7a3fd05f898..64fc9e82c6000f810a5795f12f67e55490b93b0c 100644 (file)
@@ -1,4 +1,5 @@
 listen:
+  hostname: '0.0.0.0'
   port: 9000
 
 # Correspond to your reverse proxy "listen" configuration
@@ -7,6 +8,14 @@ webserver:
   hostname: undefined
   port: 443
 
+# Proxies to trust to get real client IP
+# If you run PeerTube just behind a local proxy (nginx), keep 'loopback'
+# If you run PeerTube behind a remote proxy, add the proxy IP address (or subnet)
+trust_proxy:
+  - 'loopback'
+  - 'linklocal'
+  - 'uniquelocal'
+
 # Your database name will be "peertube"+database.suffix
 database:
   hostname: 'db'