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; diff --git a/support/nginx/peertube b/support/nginx/peertube index 8973f2f24..098818e57 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube @@ -29,7 +29,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;