Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BRIC
dokuwiki
Commits
f8f8e2de
Commit
f8f8e2de
authored
18 years ago
by
Andreas Gohr
Browse files
Options
Downloads
Patches
Plain Diff
gzip_output defaults to 0 now
darcs-hash:20060525113648-7ad00-ddc022eea6a5257ba63253a385c1f50b968d0c6e.gz
parent
077dc9d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conf/dokuwiki.php
+1
-1
1 addition, 1 deletion
conf/dokuwiki.php
with
1 addition
and
1 deletion
conf/dokuwiki.php
+
1
−
1
View file @
f8f8e2de
...
...
@@ -76,7 +76,7 @@ $conf['purgeonadd'] = 1; //purge cache when a new file is added
$conf
[
'locktime'
]
=
15
*
60
;
//maximum age for lockfiles (defaults to 15 minutes)
$conf
[
'notify'
]
=
''
;
//send change info to this email (leave blank for nobody)
$conf
[
'mailfrom'
]
=
''
;
//use this email when sending mails
$conf
[
'gzip_output'
]
=
1
;
//use gzip content encodeing for the output xhtml (if allowed by browser)
$conf
[
'gzip_output'
]
=
0
;
//use gzip content encodeing for the output xhtml (if allowed by browser)
$conf
[
'gdlib'
]
=
2
;
//the GDlib version (0, 1 or 2) 2 tries to autodetect
$conf
[
'im_convert'
]
=
''
;
//path to ImageMagicks convert (will be used instead of GD)
$conf
[
'jpg_quality'
]
=
'70'
;
//quality of compression when scaling jpg images (0-100)
...
...
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