~verterok/charms/xenial/gunicorn/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: gunicorn
summary: Gunicorn http python wsgi server
maintainers: ['Patrick Hetu <patrick.hetu@gmail.com>', 'Simon Davy <simon.davy@canonical.com>']
tags: ['python', 'django', 'wsgi', 'web']
description: |
  Gunicorn or Green Unicorn is a Python WSGI HTTP Server for UNIX. It's a
  pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server
  is broadly compatible with various web frameworks, simply implemented, light on
  server resources, and fairly speedy.

  The providers of the wsgi relation must provide working_dir, plus optionally
  any of the charm's config directives, which will override the current config
  for the charm.
subordinate: true
requires:
    wsgi-file:
       interface: wsgi
       scope: container
       optional: true