Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
streaming-docker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sms
streaming-docker
Commits
404c5f3d
Commit
404c5f3d
authored
Apr 16, 2020
by
hark
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bla
parent
a8f3e8d6
Pipeline
#1225
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
leftover/nginx.conf.template
leftover/nginx.conf.template
+7
-2
No files found.
leftover/nginx.conf.template
View file @
404c5f3d
...
...
@@ -58,8 +58,13 @@ http {
default "public , s-maxage = 59, max-age = 59";
~*(.+\.ts)$ "public , immutable , s-maxage = 1d, max-age = 1m";
~*(.+\.m3u8)$ "public, s-maxage = 4, max-age = 4";
#~*wordpress_logged_in "private, no-cache, no-store";
}
map $request_uri $testje {
default "unmatched uri";
~*(.+\.ts)$ "ts uri";
~*(.+\.m3u8)$ "m3u uri";
}
...
...
@@ -84,7 +89,7 @@ http {
}
add_header Cache-Control $control;
add_header Expires $expires;
add_header X-Testje $testje;
add_header Access-Control-Allow-Origin *;
}
...
...
hark
@hark
mentioned in commit
99b466b2
·
Apr 18, 2020
mentioned in commit
99b466b2
mentioned in commit 99b466b25889c4aa323663496fb2924e215fe776
Toggle commit list
Write
Preview
Markdown
is supported
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