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
160b2db8
Unverified
Commit
160b2db8
authored
6 years ago
by
Elan Ruusamäe
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
conf: remoteuser doc inprovement
parent
48ca2703
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
+2
-2
2 additions, 2 deletions
conf/dokuwiki.php
with
2 additions
and
2 deletions
conf/dokuwiki.php
+
2
−
2
View file @
160b2db8
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
* This is a piece of PHP code so PHP syntax applies!
* This is a piece of PHP code so PHP syntax applies!
*
*
* For help with the configuration and a more detailed explanation of the various options
* For help with the configuration and a more detailed explanation of the various options
* see http://www.dokuwiki.org/config
* see http
s
://www.dokuwiki.org/config
*/
*/
...
@@ -65,7 +65,7 @@ $conf['disableactions'] = ''; //comma separated list of actions to di
...
@@ -65,7 +65,7 @@ $conf['disableactions'] = ''; //comma separated list of actions to di
$conf
[
'auth_security_timeout'
]
=
900
;
//time (seconds) auth data is considered valid, set to 0 to recheck on every page view
$conf
[
'auth_security_timeout'
]
=
900
;
//time (seconds) auth data is considered valid, set to 0 to recheck on every page view
$conf
[
'securecookie'
]
=
1
;
//never send HTTPS cookies via HTTP
$conf
[
'securecookie'
]
=
1
;
//never send HTTPS cookies via HTTP
$conf
[
'remote'
]
=
0
;
//Enable/disable remote interfaces
$conf
[
'remote'
]
=
0
;
//Enable/disable remote interfaces
$conf
[
'remoteuser'
]
=
'!!not set!!'
;
//user/groups that have access to remote interface (comma separated)
$conf
[
'remoteuser'
]
=
'!!not set!!'
;
//user/groups that have access to remote interface (comma separated)
. leave empty to allow all users
/* Antispam Features */
/* Antispam Features */
$conf
[
'usewordblock'
]
=
1
;
//block spam based on words? 0|1
$conf
[
'usewordblock'
]
=
1
;
//block spam based on words? 0|1
...
...
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