forked from Clouda-team/Cloudajs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.conf
30 lines (29 loc) · 769 Bytes
/
app.conf
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
handlers:
- url : ^/socket/(.*)
script : $1.nodejs
- url : ^/view/(.*)
script : /__bae__/bin/view/$1
- url : ^/bin/(.*)
script : /__bae__/bin/$1
- url : /server/(.*)
script : /index.html
- url : /server_config/(.*)
script : /index.html
- url : ^/publish/(.*)
script : /index.html
- url : (*.ico)
script : $1
- url : ^/sumeru/(.*)
script : /sumeru/$1
- url : ^/sumeru\.js
script : /sumeru/sumeru.js
- url : (.*)
script: $1.nodejs
- expire : .* modify 0 seconds
- expire : .jpg modify 10 years
- expire : .swf modify 10 years
- expire : .png modify 10 years
- expire : .gif modify 10 years
- expire : .JPG modify 10 years
- expire : .ico modify 10 years
- mime : .manifest text/cache-manifest