heroku-openresty:使用 Lua buildpack 在 Heroku 上运行 OpenResty

时间:2024-06-22 01:11:48
【文件属性】:

文件名称:heroku-openresty:使用 Lua buildpack 在 Heroku 上运行 OpenResty

文件大小:11.53MB

文件格式:ZIP

更新时间:2024-06-22 01:11:48

Lua

Heroku 的 OpenResty 这是一个 Lua 岩石,包含用于在 Heroku 上运行 OpenResty 的二进制文件。 它旨在与结合使用。 它能做什么 除了预编译的 openresty 之外,还包括一些启动 nginx 的脚本。 nginx 不支持通过参数传入端口或从环境变量中读取,因此我们预处理配置文件。 任何与${{NAME}}匹配的内容都将替换为 nginx 配置配置中的环境变量NAME 。 (注意:不适用于包含的文件) start_nginx.sh脚本将读取nginx.conf ,将其编译为nginx.conf.compiled然后启动 nginx。 它需要两个可选参数,配置的替代路径作为第一个,以及运行服务器的替代根目录。 必须相对于根指定配置。 daemon off ; 必须将指令添加到配置中才能使整个事情正常工作。 如何使用 安装岩石 使用创建一个新应用程


【文件预览】:
heroku-openresty-master
----heroku-openresty-1.2.8.6-1.rockspec(2KB)
----heroku-openresty-1.5.11.1-1.rockspec(3KB)
----lualib()
--------rds()
--------redis()
--------cjson.so(82KB)
--------resty()
----test()
--------start-test.sh(234B)
--------nginx.conf(392B)
----README.md(3KB)
----Makefile(89B)
----heroku-openresty-dev-2.rockspec(3KB)
----heroku-openresty-dev-1.rockspec(3KB)
----luajit()
--------lib()
----.gitignore(15B)
----bin()
--------start_nginx.sh(372B)
--------compile_nginx_config.lua(632B)
----support()
--------README.md(378B)
--------build-openresty.sh(870B)
--------.gitignore(20B)
----nginx()
--------conf()
--------html()
--------sbin()

网友评论