1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

fix root path

This commit is contained in:
Éric Gaspar 2023-12-29 11:16:10 +01:00
parent 35923e0be5
commit 11c4ab3a23

View file

@ -220,7 +220,7 @@ location ~ ^/static/(webseed|web-videos|redundancy|streaming-playlists)/ {
rewrite ^/static/webseed/(.*)$ /web-videos/$1 break;
rewrite ^/static/(.*)$ /$1 break;
root __DATA_DIR__storage/;
root __DATA_DIR__/storage/;
try_files $uri @api;
}