├── .gitignore ├── LICENSE ├── README.md ├── openresty.init └── openresty.spec /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brnt/openresty-rpm-spec/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brnt/openresty-rpm-spec/HEAD/README.md -------------------------------------------------------------------------------- /openresty.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brnt/openresty-rpm-spec/HEAD/openresty.init -------------------------------------------------------------------------------- /openresty.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brnt/openresty-rpm-spec/HEAD/openresty.spec --------------------------------------------------------------------------------