Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 18 | 20 Jun 2024 | |
latest/candidate | 18 | 20 Jun 2024 | |
latest/beta | 18 | 20 Jun 2024 | |
latest/edge | 49 | 14 Jun 2025 | |
latest/edge | 48 | 14 Jun 2025 | |
latest/edge | 27 | 21 Feb 2025 |
juju deploy nginx
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
20.04
18.04
-
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.