-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
24 lines (24 loc) · 972 Bytes
/
Copy pathconfig.json
File metadata and controls
24 lines (24 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"port": 80,
"default_file": "index.html",
"web_root": "A:\\custom_projects\\",
"debug": false,
"info": true,
"types": {
"html": {"mime":"text/html"},
"txt": {"mime":"text/plain"},
"": {"mime":"text/plain"},
"css": {"mime":"text/css"},
"svg": {"mime":"image/svg+xml"},
"js": {"mime":"application/x-javascript"},
"map": {"mime":"application/x-javascript"},
"jpg": {"mime":"image/jpeg", "binary": true},
"jpeg": {"mime":"image/jpeg", "binary": true},
"png": {"mime":"image/png", "binary": true},
"gif": {"mime":"image/gif", "binary": true},
"ico": {"mime":"text/plain; charset=utf-8", "binary": true},
"ttf": {"mime":"application/x-font-ttf", "binary": true},
"woff": {"mime":"application/font-woff", "binary": true},
"woff2": {"mime":"application/font-woff2", "binary": true}
}
}