aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 0c942c5ec..877d77e01 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -286,6 +286,11 @@ security:
286 frameguard: 286 frameguard:
287 enabled: true 287 enabled: true
288 288
289 # Set x-powered-by HTTP header to "PeerTube"
290 # Can help remote software to know this is a PeerTube instance
291 powered_by_header:
292 enabled: true
293
289tracker: 294tracker:
290 # If you disable the tracker, you disable the P2P on your PeerTube instance 295 # If you disable the tracker, you disable the P2P on your PeerTube instance
291 enabled: true 296 enabled: true