1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-19 18:08:21 +01:00

Merge branch 'master' of github.com:lxsang/antd-web-apps

This commit is contained in:
DanyLE 2022-03-29 13:56:04 +02:00
commit fd4b1064f5
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -33,7 +33,7 @@ function NotfoundController:index(...)
if ulib.exists(path) then
std.header("text/plain")
std.f(path)
std.sendFile(path)
else
self:error("No script found: "..path)
end

View File

@ -5,10 +5,10 @@ set -e
V_ANTD="1.0.6b"
V_LUA="0.5.2b"
V_WTERM="1.0.0b"
V_TUNNEL="0.1.0b"
V_TUNNEL="0.1.3b"
V_CGI="1.0.0b"
V_PUBS="0.1.0a"
V_ANTOS=$(wget -qO- https://github.com/lxsang/antos/raw/master/release/latest)
V_PUBS="0.1.2a"
V_ANTOS=$(wget -qO- https://github.com/lxsang/antos/raw/next-1.2.0/release/latest)
mkdir -p /opt/www/htdocs