Object storage proxy settings.
This commit is contained in:
parent
c1753c84d5
commit
fe205fdd52
1 changed files with 6 additions and 0 deletions
|
@ -686,3 +686,9 @@ object_storage:
|
||||||
# PeerTube can proxify requests to private objects so your users can access them
|
# PeerTube can proxify requests to private objects so your users can access them
|
||||||
# Use null if your S3 provider does not support object ACL
|
# Use null if your S3 provider does not support object ACL
|
||||||
private: 'private'
|
private: 'private'
|
||||||
|
proxy:
|
||||||
|
# If private files (private/internal video files) have a private ACL, users can't access directly the ressource
|
||||||
|
# PeerTube can proxify requests between your object storage service and your users
|
||||||
|
# If you disable PeerTube proxy, ensure you use your own proxy that is able to access the private files
|
||||||
|
# Or you can also set a public ACL for private files in object storage if you don't want to use a proxy
|
||||||
|
proxify_private_files: true
|
||||||
|
|
Reference in a new issue