Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
ac348d4b
Commit
ac348d4b
authored
8 years ago
by
Hanne Moa
Browse files
Options
Downloads
Patches
Plain Diff
Flip template.auto_reload to a safer default
Also add some docs.
parent
2f4653af
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config-templates/config.php
+9
-1
9 additions, 1 deletion
config-templates/config.php
with
9 additions
and
1 deletion
config-templates/config.php
+
9
−
1
View file @
ac348d4b
...
...
@@ -704,8 +704,16 @@ $config = array(
/*
* Templating options
*
* By default, twig templates are not cached. To turn on template caching:
* Set 'template.cache' to an aboslute path pointing to a directory that
* SimpleSAMLphp has read and write permissions to. Then, set
* 'template.auto_reload' to false.
*
* When upgrading or changing themes, delete the contents of the cache.
*/
'template.auto_reload'
=>
false
,
'template.auto_reload'
=>
true
,
//'template.cache' => '',
/*********************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment