Skip to content

Commit 4723ffa

Browse files
committed
Update README.md
1 parent 6f05bc4 commit 4723ffa

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,11 @@ This role has multiple variables. The defaults for all these variables are the f
111111
# Default is false.
112112
status_enable: false
113113

114-
# Enable NGINX Plus REST API and write access.
114+
# Enable NGINX Plus REST API, write access to the REST API, and NGINX Plus dashboard.
115115
# Default is false.
116116
rest_api_enable: false
117117
rest_api_write: false
118-
119-
# Enable NGINX Plus dashboard. REST API also needs to be enabled.
120-
# Default is false.
121-
dashboard: false
118+
rest_api_dashboard: false
122119

123120
# Location of your NGINX Plus license in your local machine.
124121
# Default is the files folder within the NGINX Ansible role.
@@ -143,8 +140,8 @@ This role has multiple variables. The defaults for all these variables are the f
143140
main_template_worker_processes: auto
144141
main_template_error_level: warn
145142
main_template_worker_connections: 1024
146-
main_template_keepalive_timeout: 65
147143
http_template_enable: false
144+
http_template_keepalive_timeout: 65
148145
http_template_listen: 80
149146
http_template_server_name: localhost
150147
stream_template_enable: false

0 commit comments

Comments
 (0)