diff options
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>; |