aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-23 09:00:23 +0100
committerChocobozzz <me@florianbigard.com>2018-01-23 09:00:23 +0100
commit59c48d49c5f06a46c342b4e7f86fbd1ed9894bd6 (patch)
tree84bae36b9953b0369946a686faac1ed6cb5f82da /config
parente5203ffa1260ee03f0f84ef6b65d57ccad5ee695 (diff)
downloadPeerTube-59c48d49c5f06a46c342b4e7f86fbd1ed9894bd6.tar.gz
PeerTube-59c48d49c5f06a46c342b4e7f86fbd1ed9894bd6.tar.zst
PeerTube-59c48d49c5f06a46c342b4e7f86fbd1ed9894bd6.zip
Peertube home in /var/www instead of /home
Diffstat (limited to 'config')
-rw-r--r--config/production.yaml.example14
1 files changed, 7 insertions, 7 deletions
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:
17 17
18# From the project root directory 18# From the project root directory
19storage: 19storage:
20 avatars: '/home/peertube/storage/avatars/' 20 avatars: '/var/www/peertube/storage/avatars/'
21 videos: '/home/peertube/storage/videos/' 21 videos: '/var/www/peertube/storage/videos/'
22 logs: '/home/peertube/storage/logs/' 22 logs: '/var/www/peertube/storage/logs/'
23 previews: '/home/peertube/storage/previews/' 23 previews: '/var/www/peertube/storage/previews/'
24 thumbnails: '/home/peertube/storage/thumbnails/' 24 thumbnails: '/var/www/peertube/storage/thumbnails/'
25 torrents: '/home/peertube/storage/torrents/' 25 torrents: '/var/www/peertube/storage/torrents/'
26 cache: '/home/peertube/storage/cache/' 26 cache: '/var/www/peertube/storage/cache/'
27 27
28log: 28log:
29 level: 'debug' # debug/info/warning/error 29 level: 'debug' # debug/info/warning/error