mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
30 lines
482 B
Text
30 lines
482 B
Text
Log {
|
|
Level = Warning
|
|
UseLogFile = true
|
|
NativeStackTrace = true
|
|
InjectedStackTrace = true
|
|
}
|
|
Debug {
|
|
FullBacktrace = true
|
|
ServerStackTrace = true
|
|
ServerErrorMessage = true
|
|
TranslateSource = true
|
|
}
|
|
Server {
|
|
EnableStaticContentCache = false
|
|
EnableStaticContentFromDisk = true
|
|
AlwaysUseRelativePath = true
|
|
}
|
|
VirtualHost {
|
|
* {
|
|
ServerName = localhost
|
|
Pattern = .
|
|
RewriteRules {
|
|
* {
|
|
pattern = ^/wiki/(.*)$
|
|
to = /index.php?title=$1
|
|
qsa = true
|
|
}
|
|
}
|
|
}
|
|
}
|