summaryrefslogtreecommitdiff
path: root/maintenance/hiphop/server.conf
blob: 16af0f2f17702f5b40f075bd83d155416a952bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Log {
	Level = Warning
	UseLogFile = true
	NativeStackTrace = true
	InjectedStackTrace = true
}
Debug {
	FullBacktrace = true
	ServerStackTrace = true
	ServerErrorMessage = true
	TranslateSource = true
}
Server {
	EnableStaticContentCache = false
	EnableStaticContentFromDisk = false
	AlwaysUseRelativePath = true
}
VirtualHost {
	* {
		ServerName = localhost
		Pattern = .
		RewriteRules {
			* {
				pattern = ^/wiki/(.*)$
				to = /phase3/index.php?title=$1
				qsa = true
			}
		}
	}
}