-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.conf
30 lines (21 loc) · 997 Bytes
/
server.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
# fisp local dev conf
# template rules
# http://127.0.0.1:8080/ -> xiancheng-manage/page/index.tpl
# template ^\/?$ xiancheng-manage/page/index.tpl
# http://127.0.0.1:8080/xiancheng-manage -> xiancheng-manage/page/index.tpl
template ^\/xiancheng-manage\/?$ xiancheng-manage/page/index.tpl
# http://127.0.0.1:8080/xiancheng-manage/detail -> xiancheng-manage/page/detail.tpl
template ^\/xiancheng-manage\/detail\/?[^\/]*$ xiancheng-manage/page/detail.tpl
# How to use fake api rewrite:
#
# 1. ref real-api -> test/xiancheng-manage/jsonp.php
# rewrite \/xiancheng-manage\/index\/boxoffice test/xiancheng-manage/jsonp.php
#
# 2. create your fake data(json)
#
# /xiancheng-manage/index/boxoffice -> test/xiancheng-manage/index/boxoffice.json
#
# supports ajax & jsonp
rewrite \/xiancheng-manage\/index\/boxoffice test/xiancheng-manage/jsonp.php
rewrite \/xiancheng-manage\/index\/rank test/xiancheng-manage/jsonp.php
rewrite \/xiancheng-manage\/detail\/content test/xiancheng-manage/jsonp.php