mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
Merge branch 'master' of github.com:lxsang/antd-web-apps
This commit is contained in:
commit
fd4b1064f5
BIN
dist/antd_web_apps.tar.gz
vendored
BIN
dist/antd_web_apps.tar.gz
vendored
Binary file not shown.
@ -33,7 +33,7 @@ function NotfoundController:index(...)
|
|||||||
|
|
||||||
if ulib.exists(path) then
|
if ulib.exists(path) then
|
||||||
std.header("text/plain")
|
std.header("text/plain")
|
||||||
std.f(path)
|
std.sendFile(path)
|
||||||
else
|
else
|
||||||
self:error("No script found: "..path)
|
self:error("No script found: "..path)
|
||||||
end
|
end
|
||||||
|
@ -5,10 +5,10 @@ set -e
|
|||||||
V_ANTD="1.0.6b"
|
V_ANTD="1.0.6b"
|
||||||
V_LUA="0.5.2b"
|
V_LUA="0.5.2b"
|
||||||
V_WTERM="1.0.0b"
|
V_WTERM="1.0.0b"
|
||||||
V_TUNNEL="0.1.0b"
|
V_TUNNEL="0.1.3b"
|
||||||
V_CGI="1.0.0b"
|
V_CGI="1.0.0b"
|
||||||
V_PUBS="0.1.0a"
|
V_PUBS="0.1.2a"
|
||||||
V_ANTOS=$(wget -qO- https://github.com/lxsang/antos/raw/master/release/latest)
|
V_ANTOS=$(wget -qO- https://github.com/lxsang/antos/raw/next-1.2.0/release/latest)
|
||||||
|
|
||||||
mkdir -p /opt/www/htdocs
|
mkdir -p /opt/www/htdocs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user