diff options
Diffstat (limited to 'support')
-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 0f7fcb494..a3205656c 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube | |||
@@ -30,7 +30,7 @@ server { | |||
30 | add_header 'Access-Control-Allow-Headers' 'Range,DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type'; | 30 | add_header 'Access-Control-Allow-Headers' 'Range,DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type'; |
31 | } | 31 | } |
32 | 32 | ||
33 | alias /your/installation/PeerTube/uploads; | 33 | alias /your/installation/PeerTube/videos; |
34 | } | 34 | } |
35 | 35 | ||
36 | # Websocket tracker | 36 | # Websocket tracker |