nginx
nginx configuration
The Nginx collections using for update the nginx related configurtaion.
Nginx collection keys are,
- subpath
- conf_file
deployment-pipeline.yaml
#Syntax
apis:
----
----
nginx:
subpath: "" #keep blank for root host
conf_file: "<template-file>" # specify the template config file name, and the config file must be there in template folder.
#Example
apis:
----
----
nginx:
subpath: "surya-opsriskapp" #or# ""
conf_file: "opsriskapp.conf"