From 91a6cc294cebeddb2d94f6c1e36289439971bc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Thu, 9 Feb 2017 15:51:00 +0100 Subject: [PATCH] Fixed format. --- .../5.Nginx/vhost_mediaserver-msuser.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/2.Common_services/5.Nginx/vhost_mediaserver-msuser.conf b/2.Common_services/5.Nginx/vhost_mediaserver-msuser.conf index 3461de3f..b9ecefc7 100644 --- a/2.Common_services/5.Nginx/vhost_mediaserver-msuser.conf +++ b/2.Common_services/5.Nginx/vhost_mediaserver-msuser.conf @@ -57,14 +57,14 @@ server { location /streaming/ { rewrite ^/streaming/(.*)$ /live/$1? break; proxy_pass http://localhost:1935; - proxy_cache livecache; - # do not consider secure urls as new files - proxy_cache_key $scheme$proxy_host$uri; - # only one request at a time will be allowed to populate a new cache element - proxy_cache_lock on; - # show if playlist or fragment has been cached from wowza - add_header X-Cache $upstream_cache_status; - # wowza is defining expiration headers (m3u8 is 1s, ts is 3600) + proxy_cache livecache; + # do not consider secure urls as new files + proxy_cache_key $scheme$proxy_host$uri; + # only one request at a time will be allowed to populate a new cache element + proxy_cache_lock on; + # show if playlist or fragment has been cached from wowza + add_header X-Cache $upstream_cache_status; + # wowza is defining expiration headers (m3u8 is 1s, ts is 3600) } location / { uwsgi_pass unix:///home/msuser/mstmp/uwsgi.sock; -- GitLab