From 59c48d49c5f06a46c342b4e7f86fbd1ed9894bd6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 23 Jan 2018 09:00:23 +0100 Subject: Peertube home in /var/www instead of /home --- config/production.yaml.example | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config') diff --git a/config/production.yaml.example b/config/production.yaml.example index 69052fb26..1288eeaa2 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -17,13 +17,13 @@ database: # From the project root directory storage: - avatars: '/home/peertube/storage/avatars/' - videos: '/home/peertube/storage/videos/' - logs: '/home/peertube/storage/logs/' - previews: '/home/peertube/storage/previews/' - thumbnails: '/home/peertube/storage/thumbnails/' - torrents: '/home/peertube/storage/torrents/' - cache: '/home/peertube/storage/cache/' + avatars: '/var/www/peertube/storage/avatars/' + videos: '/var/www/peertube/storage/videos/' + logs: '/var/www/peertube/storage/logs/' + previews: '/var/www/peertube/storage/previews/' + thumbnails: '/var/www/peertube/storage/thumbnails/' + torrents: '/var/www/peertube/storage/torrents/' + cache: '/var/www/peertube/storage/cache/' log: level: 'debug' # debug/info/warning/error -- cgit v1.2.3