Update 'peertube.conf'

This commit is contained in:
Anthony Wang 2021-09-10 08:15:18 -05:00
parent cae8cdb507
commit 9e49160440

View file

@ -246,6 +246,9 @@ server {
sendfile_max_chunk 1M; # prevent one fast connection from entirely occupying the worker process. should be > 800k.
aio threads;
rewrite ^/static/webseed/(.*)$ /videos/$1 break;
rewrite ^/static/(.*)$ /$1 break;
try_files $uri @api;
}
}