文件名称:z-blog-openresty:程序员技术之旅-OpenResty
文件大小:115KB
文件格式:ZIP
更新时间:2024-04-25 01:39:31
lua postgresql openresty HTML
z-博客-openresty 依赖 :基于Nginx的高性能Web服务器 :适用Nginx和OpenResty的HTML模板渲染引擎 : PostgreSQL的Lua驱动 :基于Woothee的User-Agent解析器 : OpenResty和ngx_lua中的HTTP客户端 :自动注册和更新Let's Encrypt的https证书 安装依赖 luarocks install lua-resty-template luarocks install pgmoon luarocks install lua-resty-woothee luarocks install lua-resty-http LuaRocks安装可参考 初始化数据库 initdb psql - d postgres - f pg_schema . sql
【文件预览】:
z-blog-openresty-master
----.gitignore(6B)
----templates()
--------english.html(3KB)
--------tool_number.html(8KB)
--------base_js.html(2KB)
--------header.html(1KB)
--------sidebar.html(3KB)
--------tool_base64.html(2KB)
--------tool_pwd.html(6KB)
--------topic_list.html(1KB)
--------message_board.html(6KB)
--------tools.html(1KB)
--------index.html(1KB)
--------tool_url.html(3KB)
--------tool_timestamp.html(3KB)
--------tool_md5.html(11KB)
--------search.html(2KB)
--------topic.html(3KB)
--------tool_ip.html(2KB)
--------footer.html(915B)
--------tool_svg.html(2KB)
--------post.html(20KB)
--------base.html(19KB)
--------pagination.html(1KB)
--------tool_json.html(10KB)
--------404.html(606B)
----src()
--------schedule()
--------init()
--------log()
--------access()
--------module()
--------content()
----resources()
--------robots.txt(77B)
--------qrcode.png(18KB)
--------favicon.ico(3KB)
----doc()
--------dashboard.md(918B)
----README.md(1011B)
----build.xml(2KB)
----pg_schema.sql(22KB)
----conf()
--------server-web.conf(7KB)
--------nginx.conf.linux(3KB)
--------server-web.conf.linux(8KB)
--------server-dashboard.conf(3KB)
--------nginx.conf(2KB)