文件名称:nginx-lint:nginx 配置顾问
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-18 19:34:22
Haskell
什么 nginx-lint 是用于 nginx(网络服务器)配置的 hlint/pylint/splint 类工具。 它会在您的 nginx 配置中查找常见问题来源并输出建议列表。 用法 nginxlint 是用 Haskell 编写的,因此它需要 GHC(或其他 Haskell 编译器/解释器)。 最简单的入门方法是运行cabal install 。 这将尝试使用可用的 Haskell 编译器构建nginx-lint二进制文件。 运行nginx-lint test.conf以查看此 linter 可能给出的提示示例。 对于开发,您可能希望运行cabal install --enable-tests 。 一般用法:./nginx-lint FILE... 去做 跟随包括。 更多提示。
【文件预览】:
nginx-lint-master
----.gitignore(48B)
----Setup.hs(46B)
----test.conf(672B)
----nginx-lint.cabal(1KB)
----.travis.yml(121B)
----LICENSE(1KB)
----README.md(680B)
----test()
--------Main.hs(5KB)
----NginxLint()
--------Data.hs(3KB)
--------Parse.hs(3KB)
--------Main.hs(1KB)
--------Hint.hs(2KB)