diff options
-rw-r--r-- | support/nginx/peertube | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/nginx/peertube b/support/nginx/peertube index 822f6f9ac..ee981abcf 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube | |||
@@ -247,7 +247,7 @@ server { | |||
247 | sendfile_max_chunk 1M; # prevent one fast connection from entirely occupying the worker process. should be > 800k. | 247 | sendfile_max_chunk 1M; # prevent one fast connection from entirely occupying the worker process. should be > 800k. |
248 | aio threads; | 248 | aio threads; |
249 | 249 | ||
250 | rewrite ^/static/webseed/(.*)$ /videos/$1 break; | 250 | rewrite ^/static/webseed/(.*)$ /web-videos/$1 break; |
251 | rewrite ^/static/(.*)$ /$1 break; | 251 | rewrite ^/static/(.*)$ /$1 break; |
252 | 252 | ||
253 | try_files $uri @api; | 253 | try_files $uri @api; |