$ git clone https://github.com/iamtsm/tl-ops-manage
$ https://github.com/iamtsm/tl-ops-manage/releases
$ https://openresty.org/download/openresty-1.19.3.1.tar.gz
ssl_certificate /path/to/tl-ops-manage/conf/tlops.com.pem;
ssl_certificate_key /path/to/tl-ops-manage/conf/tlops.com.key;
http {
...
include "/path/to/tl-ops-manage/conf/*.conf"; # 引入tl_ops_manage.conf
lua_package_path "/path/to/tl-ops-manage/?.lua;;"; # 引入lua包
...
}
ROOT_PATH = "/path/to/tl-ops-manage/",
http://yourdomain//tlopsmanage/tl_ops_web_index.html