Nottrobin Wsgi App

  • By Robin Winslow
Channel Revision Published Runs on
latest/stable 20 19 Mar 2021
Ubuntu 16.04
latest/edge 16 19 Mar 2021
Ubuntu 14.04
juju deploy nottrobin-wsgi-app
Show information

Platform:

Ubuntu
16.04

Learn about configurations >

  • apt_dependencies | string

    A space-separated list of apt dependencies for the WSGI application

  • environment_variables | string

    A space-separated list of environment variables. E.g.: 'VAR1=val1 VAR2=val2'

  • pip_cache_dir | string

    The name of a folder within the application from which to install pip dependencies

  • port | int

    Default: 80

    The port where the WSGI service should listen

  • provision_command | string

    Default: python3 manage.py migrate

    A command to run in the application directory before running the WSGI application - e.g. for provisioning the database

  • verify_content | string

    Content to check for in the webservice response

  • verify_hostname | string

    Default: localhost

    The hostname to use when checking the webservice

  • verify_path | string

    Default: /

    The URL path to check to verify the webservice

  • verify_status | string

    Default: 200 OK

    The HTTP status to expect when checking the webservice

  • wsgi_logfile_path | string

    Default: /var/log/wsgi.service.log

    Where to store logs for the WSGI service

  • wsgi_module | string

    Default: webapp.wsgi:application

    The python path to the WSGI module and application