lrossett / modules / nginx

Forked from modules/nginx 3 years ago
Clone
53b748
---
53b748
document: modulemd
53b748
version: 2
53b748
data:
53b748
  name: nginx
53b748
  stream: "1.18"
53b748
  summary: nginx webserver
53b748
  description: >-
53b748
    nginx 1.18 webserver module
53b748
  license:
53b748
    module:
53b748
    - MIT
53b748
  dependencies:
53b748
  - buildrequires:
53b748
      platform: [el8.3.0]
53b748
    requires:
53b748
      platform: [el8]
53b748
  references:
53b748
    documentation: http://nginx.org/en/docs/
53b748
    tracker: https://trac.nginx.org/nginx/
53b748
  profiles:
53b748
    common:
53b748
      rpms:
53b748
      - nginx
53b748
      - nginx-all-modules
53b748
      - nginx-filesystem
53b748
      - nginx-mod-http-image-filter
53b748
      - nginx-mod-http-perl
53b748
      - nginx-mod-http-xslt-filter
53b748
      - nginx-mod-mail
53b748
      - nginx-mod-stream
53b748
  api:
53b748
    rpms:
53b748
    - nginx
53b748
    - nginx-all-modules
53b748
    - nginx-filesystem
53b748
    - nginx-mod-http-image-filter
53b748
    - nginx-mod-http-perl
53b748
    - nginx-mod-http-xslt-filter
53b748
    - nginx-mod-mail
53b748
    - nginx-mod-stream
53b748
  components:
53b748
    rpms:
53b748
      nginx:
53b748
        rationale: Module API.
53b748
        ref: d641399b323be9574f0a5afe0dad92858b709904
53b748
...