Posted inNumérique
Upgrade clarification 4.2.2 to 5.0.1
I’m going to try and upgrade again from 4.2.2 to 5.0.1
When the instructions say « You must update your nginx configuration:
We introduced a new location for plugin websocket routes: does that mean we add
location ~ ^/plugins/[^/]+(/[^/]+)?/ws/ {
try_files /dev/null @api_websocket;
to our existing nginx config file located at /etc/nginx/sites-available/peertube
Same thing for We introduced a new location
for private videos files:
|location ~ ^(/static/(webseed|streaming-playlists)/private/)|^/download {
Thanks Keith