28 lines
783 B
YAML
28 lines
783 B
YAML
|
---
|
||
|
# Specify which version of NGINX you want to install.
|
||
|
# Options are 'opensource' or 'plus'.
|
||
|
# Default is 'opensource'.
|
||
|
type: opensource
|
||
|
# Specify which branch of Open Source NGINX you want to install.
|
||
|
# Options are 'mainline' or 'stable'.
|
||
|
# Default is stable.
|
||
|
branch: mainline
|
||
|
# Install nginscript module.
|
||
|
# Default is false.
|
||
|
njs: false
|
||
|
# Install Perl module.
|
||
|
# Default is false.
|
||
|
perl: false
|
||
|
# Install NGINX Amplify.
|
||
|
# Use your NGINX Amplify API key.
|
||
|
# Default is null.
|
||
|
amplify: null
|
||
|
# Enable NGINX status data.
|
||
|
# Will enable 'stub_status' in open source NGINX and 'status' in NGINX Plus.
|
||
|
# Default is false.
|
||
|
status: false
|
||
|
# Location of your NGINX Plus license in your local machine.
|
||
|
license:
|
||
|
certificate: ~/.ssh/ngx-certs/nginx-repo.crt
|
||
|
key: ~/.ssh/ngx-certs/nginx-repo.key
|