Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
91a6cc29
Commit
91a6cc29
authored
8 years ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Fixed format.
parent
4c9b114d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
2.Common_services/5.Nginx/vhost_mediaserver-msuser.conf
+8
-8
8 additions, 8 deletions
2.Common_services/5.Nginx/vhost_mediaserver-msuser.conf
with
8 additions
and
8 deletions
2.Common_services/5.Nginx/vhost_mediaserver-msuser.conf
+
8
−
8
View file @
91a6cc29
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment