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

add rewrite rule to comment

This commit is contained in:
Xuan Sang LE 2018-08-22 20:02:45 +02:00
parent f253bc471f
commit dd778713d3

View File

@ -1,4 +1,7 @@
-- the rewrite rule for the framework
-- should be something like this
-- ^\/apps\/+(.*)$ = /apps/router.lua?r=<1>&<query>
-- some global variables
DIR_SEP = "/"
WWW_ROOT = "/opt/www/htdocs/apps"