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:
parent
35923e0be5
commit
11c4ab3a23
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ location ~ ^/static/(webseed|web-videos|redundancy|streaming-playlists)/ {
|
||||||
rewrite ^/static/webseed/(.*)$ /web-videos/$1 break;
|
rewrite ^/static/webseed/(.*)$ /web-videos/$1 break;
|
||||||
rewrite ^/static/(.*)$ /$1 break;
|
rewrite ^/static/(.*)$ /$1 break;
|
||||||
|
|
||||||
root __DATA_DIR__storage/;
|
root __DATA_DIR__/storage/;
|
||||||
|
|
||||||
try_files $uri @api;
|
try_files $uri @api;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue