mirror of https://github.com/Aidaho12/haproxy-wi
parent
c3c12f8d4d
commit
3cd81d1ae6
|
@ -61,12 +61,12 @@ def default_values():
|
|||
{'param': 'nginx_stats_user', 'value': 'admin', 'section': 'nginx', 'desc': 'Username for accessing Nginx stats page',
|
||||
'group': '1'},
|
||||
{'param': 'nginx_stats_password', 'value': 'password', 'section': 'nginx',
|
||||
'desc': 'Password for Stats web page Ngin', 'group': '1'},
|
||||
'desc': 'Password for Stats web page Nginx', 'group': '1'},
|
||||
{'param': 'nginx_stats_port', 'value': '8086', 'section': 'nginx', 'desc': 'Stats port for web page Nginx',
|
||||
'group': '1'},
|
||||
{'param': 'nginx_stats_page', 'value': 'stats', 'section': 'nginx', 'desc': 'URI Stats for web page Nginx',
|
||||
'group': '1'},
|
||||
{'param': 'nginx_dir', 'value': '/etc/nginx/conf.d/', 'section': 'nginx',
|
||||
{'param': 'nginx_dir', 'value': '/etc/nginx/', 'section': 'nginx',
|
||||
'desc': 'Path to the Nginx directory with config files', 'group': '1'},
|
||||
{'param': 'nginx_config_path', 'value': '/etc/nginx/nginx.conf', 'section': 'nginx',
|
||||
'desc': 'Path to the main Nginx configuration file', 'group': '1'},
|
||||
|
|
|
@ -58,11 +58,9 @@
|
|||
</td>
|
||||
<td class="padding10 first-collumn" style="width: 20%;">
|
||||
{% set values = dict() %}
|
||||
{% set values = {'2.0.5-1':'2.0.5-1','2.0.6-1':'2.0.6-1', '2.0.7-1':'2.0.7-1', '2.0.9-1':'2.0.9-1',
|
||||
'2.0.11-1':'2.0.11-1', '2.0.12-1':'2.0.12-1', '2.0.13-1':'2.0.13-1', '2.0.14-1':'2.0.14-1',
|
||||
'2.0.17-1':'2.0.17-1','2.0.18-1':'2.0.18-1','2.2.4-1':'2.2.4-1','2.3.0-1':'2.3.0-1','2.3.10-1':'2.3.10-1',
|
||||
'2.4.0-1':'2.4.0-1','2.4.9-1':'2.4.9-1'} %}
|
||||
{{ select('hapver', values=values, selected='2.4.9-1', required='required') }}
|
||||
{% set values = {'2.0.5-1':'2.0.5-1','2.2.4-1':'2.2.4-1','2.3.0-1':'2.3.0-1','2.3.10-1':'2.3.10-1',
|
||||
'2.4.0-1':'2.4.0-1','2.4.9-1':'2.4.9-1','2.4.15-1':'2.4.15-1','2.5.1-1':'2.5.1-1'} %}
|
||||
{{ select('hapver', values=values, selected='2.5.1-1', required='required') }}
|
||||
</td>
|
||||
<td class="padding10 first-collumn">
|
||||
<select autofocus required name="haproxyaddserv" id="haproxyaddserv">
|
||||
|
|
Loading…
Reference in New Issue