File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ nginx_install_from: nginx_repository
193
193
nginx_signing_key : http://nginx.org/keys/nginx_signing.key
194
194
195
195
# Specify source repository for NGINX Open Source.
196
- # Only works if 'install_from ' is set to 'nginx_repository'.
196
+ # Only works if 'nginx_install_from ' is set to 'nginx_repository'.
197
197
# Defaults are the official NGINX repositories.
198
198
nginx_repository :
199
199
debian :
@@ -206,7 +206,7 @@ nginx_repository:
206
206
207
207
# Specify which branch of NGINX Open Source you want to install.
208
208
# Options are 'mainline' or 'stable'.
209
- # Only works if 'install_from ' is set to 'nginx_repository'.
209
+ # Only works if 'nginx_install_from ' is set to 'nginx_repository'.
210
210
# Default is mainline.
211
211
nginx_branch : mainline
212
212
You can’t perform that action at this time.
0 commit comments