UNPKG
proxy-static
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.5
0.0.3
0.0.2
0.0.1
转发文件:远程服务器转发到本地,本地转发到远程服务器
github.com/laomu1988/proxy-static
laomu1988/proxy-static
proxy-static
/
test
/
public
/
index.html
11 lines
•
245 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!doctype
html
>
<
html
lang
=
"cn"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Test
</
title
>
<
link
rel
=
"stylesheet"
href
=
"libs/fontawesome/4.4.0/css/font-awesome.css"
/>
</
head
>
<
body
>
测试本地文件,加载远程font-awesome
</
body
>
</
html
>