📦: peertube v6.3.0-rc.1
This commit is contained in:
@@ -198,9 +198,6 @@ server {
|
||||
add_header Access-Control-Allow-Origin '*';
|
||||
add_header Access-Control-Allow-Methods 'GET, OPTIONS';
|
||||
add_header Access-Control-Allow-Headers 'Range,DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type';
|
||||
|
||||
# Don't spam access log file with byte range requests
|
||||
access_log off;
|
||||
}
|
||||
|
||||
# Enabling the sendfile directive eliminates the step of copying the data into the buffer
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
|
||||
peertube_version: "6.2.1"
|
||||
peertube_version: "6.3.0-rc.1"
|
||||
peertube_home: "/srv/peertube"
|
||||
peertube_url: "https://github.com/Chocobozzz/PeerTube/releases/download/v{{ peertube_version }}/peertube-v{{ peertube_version }}.zip"
|
||||
|
Reference in New Issue
Block a user