Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sms
streaming-docker
Commits
3ef5fba4
Commit
3ef5fba4
authored
May 03, 2020
by
dreamer
Browse files
style
parent
c8dbea36
Changes
1
Hide whitespace changes
Inline
Side-by-side
leftover/nginx.conf.template
View file @
3ef5fba4
...
...
@@ -99,11 +99,11 @@ rtmp {
http {
access_log /dev/stdout combined;
map $request_uri $cache_expires {
map $request_uri $cache_expires {
default 59;
~*(.+\.ts)$ 3600;
~*(.+\.m3u8)$ 10;
}
}
map $request_uri $cache_control {
default "public , s-maxage=59, max-age=59";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment