diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-12 10:12:19 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-12 10:12:19 +0100 |
commit | 9817060fb7b4b728eed366bd75c9cba638a4c78d (patch) | |
tree | ddf3e64641c470a9712f51a36a1776c81fda06a0 /support/nginx | |
parent | 6c7317a0a363a609e7bffc4306aef482bda088f1 (diff) | |
download | PeerTube-9817060fb7b4b728eed366bd75c9cba638a4c78d.tar.gz PeerTube-9817060fb7b4b728eed366bd75c9cba638a4c78d.tar.zst PeerTube-9817060fb7b4b728eed366bd75c9cba638a4c78d.zip |
Use new doc website links
Diffstat (limited to 'support/nginx')
-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 0993085d5..00ce1d0dc 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube | |||
@@ -244,7 +244,7 @@ server { | |||
244 | sendfile_max_chunk 1M; # prevent one fast connection from entirely occupying the worker process. should be > 800k. | 244 | sendfile_max_chunk 1M; # prevent one fast connection from entirely occupying the worker process. should be > 800k. |
245 | aio threads; | 245 | aio threads; |
246 | 246 | ||
247 | # Use this in tandem with fuse-mounting i.e. https://docs.joinpeertube.org/#/admin-remote-storage | 247 | # Use this in tandem with fuse-mounting i.e. https://docs.joinpeertube.org/admin-remote-storage |
248 | # to serve files directly from a public bucket without proxying. | 248 | # to serve files directly from a public bucket without proxying. |
249 | # Assumes you have buckets named after the storage subdirectories, i.e. 'videos', 'redundancy', etc. | 249 | # Assumes you have buckets named after the storage subdirectories, i.e. 'videos', 'redundancy', etc. |
250 | #set $cdn <your S3-compatiable bucket public url mounted via fuse>; | 250 | #set $cdn <your S3-compatiable bucket public url mounted via fuse>; |