Merge "Remove #bodyContent { width: 100%; }"
[mediawiki.git] / maintenance / hiphop / server.conf
blob558bdad8ceb61845c1d95d1890b8413c5745f6a1
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 = true
16         AlwaysUseRelativePath = true
18 VirtualHost {
19         * {
20                 ServerName = localhost
21                 Pattern = .
22                 RewriteRules {
23                         * {
24                                 pattern = ^/wiki/(.*)$
25                                 to = /index.php?title=$1
26                                 qsa = true
27                         }
28                 }
29         }