gpt4 book ai didi

shell - 如何对每个请求运行 shell 脚本?

转载 作者:行者123 更新时间:2023-12-03 05:53:41 26 4
gpt4 key购买 nike

我想在每次 nginx 服务器收到任何 HTTP 请求时运行 shell 脚本。有什么简单的方法可以做到这一点吗?

最佳答案

您可以通过 nginx.conf 文件中的 Lua 代码执行 shell 脚本来实现此目的。您需要有 HttpLuaModule能够做到这一点。

这是执行此操作的示例。

location /my-website {
content_by_lua_block {
os.execute("/bin/myShellScript.sh")
}
}

关于shell - 如何对每个请求运行 shell 脚本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22891148/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com