diff options
Diffstat (limited to 'support/nginx/peertube')
-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 8973f2f24..098818e57 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube | |||
@@ -29,7 +29,7 @@ server { | |||
29 | alias /home/peertube/peertube-latest/client/dist/$1; | 29 | alias /home/peertube/peertube-latest/client/dist/$1; |
30 | } | 30 | } |
31 | 31 | ||
32 | location ~ ^/static/(thumbnails|avatars|previews)/(.*)$ { | 32 | location ~ ^/static/(thumbnails|avatars)/(.*)$ { |
33 | add_header Cache-Control "public, max-age=31536000, immutable"; | 33 | add_header Cache-Control "public, max-age=31536000, immutable"; |
34 | 34 | ||
35 | alias /home/peertube/storage/$1/$2; | 35 | alias /home/peertube/storage/$1/$2; |