Channel Revision Published Runs on
latest/stable 18 20 Jun 2024
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
latest/candidate 18 20 Jun 2024
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
latest/beta 18 20 Jun 2024
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
latest/edge 49 14 Jun 2025
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
latest/edge 48 14 Jun 2025
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
latest/edge 27 21 Feb 2025
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
juju deploy nginx
Show information

Platform:

Ubuntu
22.04 20.04 18.04

Learn about configurations >

  • host | string

    Default: 127.0.0.1

    listen address

  • port | int

    Default: 80

    NGINX listen port

  • ssl_ca | string

    base64-encoded SSL CA to use with the certificate and key provided - this is only required if you are providing a privately signed ssl_cert and ssl_key.

  • ssl_cert | string

    base64-encoded SSL certificate to install and use for nginx site.

  • ssl_key | string

    base64-encoded SSL key to use with certificate specified as ssl_cert.