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 Disable ESI Injection config option #970

Merged
merged 4 commits into from
Oct 1, 2015
Merged

Conversation

aricwatson
Copy link
Contributor

Adds an option to disable ESI injection on specific blocks - use to override settings in turpentine_esi.xml without needing to edit the file and risk losing changes during an update.

For example:

 <reference name="header">
            <action method="setEsiOptions">
                <params>
                    <disableEsiInjection>1</disableEsiInjection>
                </params>
            </action>
        </reference>

Intended to fix #951

aricwatson added a commit that referenced this pull request Oct 1, 2015
Add Disable ESI Injection config option
@aricwatson aricwatson merged commit 76236b2 into nexcess:devel Oct 1, 2015
@aricwatson aricwatson deleted the devel branch January 5, 2016 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants