Merge "Disable transaction warnings for automatic trx."
[mediawiki.git] / maintenance / hiphop / server.conf
blob16af0f2f17702f5b40f075bd83d155416a952bc4
1 Log {
2         Level = Warning
3         UseLogFile = true
4         NativeStackTrace = true
5         InjectedStackTrace = true
7 Debug {
8         FullBacktrace = true
9         ServerStackTrace = true
10         ServerErrorMessage = true
11         TranslateSource = true
13 Server {
14         EnableStaticContentCache = false
15         EnableStaticContentFromDisk = false
16         AlwaysUseRelativePath = true
18 VirtualHost {
19         * {
20                 ServerName = localhost
21                 Pattern = .
22                 RewriteRules {
23                         * {
24                                 pattern = ^/wiki/(.*)$
25                                 to = /phase3/index.php?title=$1
26                                 qsa = true
27                         }
28                 }
29         }