Single messages can be passed as strings to Api::dieUsageMsg()
[lhc/web/wiklou.git] / maintenance / hiphop / server.conf
1 Log {
2 Level = Warning
3 UseLogFile = true
4 File = /dev/stdout
5 NativeStackTrace = true
6 InjectedStackTrace = true
7 }
8 Debug {
9 FullBacktrace = true
10 ServerStackTrace = true
11 ServerErrorMessage = true
12 TranslateSource = true
13 }
14 Server {
15 EnableStaticContentFromDisk = true
16 }