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

Add X-Cache-Enabled HTTP header #1513

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    5ae8946 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    dbd5b6a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Add condition to add X-Cache-Enabled HTTP header only to loopback r…

    …equests.
    
    Move `X-Cache-Enabled` HTTP header to PHP-specific `location` block.
    strarsis committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a71c2de View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    329db48 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Move add_header directive for X-Cache-Enabled to server-block to …

    …avoid clearing all `location` headers.
    strarsis committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    661c9a6 View commit details
    Browse the repository at this point in the history