Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nginx - prevent caching #48

Open
darkdrgn2k opened this issue Jul 12, 2018 · 1 comment
Open

Nginx - prevent caching #48

darkdrgn2k opened this issue Jul 12, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@darkdrgn2k
Copy link
Contributor

add following under EACH server directive

    expires           0;
    add_header        Cache-Control private;

@darkdrgn2k darkdrgn2k changed the title Nginx - prefent caching Nginx - prevent caching Jul 16, 2018
@benhylau
Copy link
Member

I am seeing NGINX caching of m3u8. My guess is during Our Networks 2018, we manually added this to production servers but didn't upstream this fix. We need to fix this asap... Shouldn't we use Cache-Control: no-cache?

@Shrinks99 Shrinks99 added the enhancement New feature or request label Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants