diff options
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/production.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
103 | alias /home/peertube/peertube-latest/client/dist/$1; | 103 | alias /home/peertube/peertube-latest/client/dist/$1; |
104 | } | 104 | } |
105 | 105 | ||
106 | location ~ ^/static/(thumbnails|avatars|previews)/(.*)$ { | 106 | location ~ ^/static/(thumbnails|avatars)/(.*)$ { |
107 | add_header Cache-Control "public, max-age=31536000, immutable"; | 107 | add_header Cache-Control "public, max-age=31536000, immutable"; |
108 | 108 | ||
109 | alias /home/peertube/storage/$1/$2; | 109 | alias /home/peertube/storage/$1/$2; |