From 2e866cc75de7f34aeca4575d8dea1af597131563 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 18 Jan 2018 18:45:27 +0100 Subject: Don't serve previews with nginx We need to maintain a cache in the node process --- support/doc/production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/doc/production.md') diff --git a/support/doc/production.md b/support/doc/production.md index 2d746bba5..de5d67b4e 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -103,7 +103,7 @@ server { alias /home/peertube/peertube-latest/client/dist/$1; } - location ~ ^/static/(thumbnails|avatars|previews)/(.*)$ { + location ~ ^/static/(thumbnails|avatars)/(.*)$ { add_header Cache-Control "public, max-age=31536000, immutable"; alias /home/peertube/storage/$1/$2; -- cgit v1.2.3