Bug #19169 » fix-install.patch
| tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_api_configuration.sls | ||
|---|---|---|
|
### NGINX
|
||
|
nginx:
|
||
|
server:
|
||
|
config:
|
||
|
http:
|
||
|
server_names_hash_bucket_size: 128
|
||
|
### SITES
|
||
|
servers:
|
||
|
managed:
|
||
| tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_controller_configuration.sls | ||
|---|---|---|
|
config:
|
||
|
### STREAMS
|
||
|
http:
|
||
|
server_names_hash_bucket_size: 128
|
||
|
'geo $external_client':
|
||
|
default: 1
|
||
|
'127.0.0.0/8': 0
|
||
| tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_keepproxy_configuration.sls | ||
|---|---|---|
|
config:
|
||
|
### STREAMS
|
||
|
http:
|
||
|
server_names_hash_bucket_size: 128
|
||
|
upstream keepproxy_upstream:
|
||
|
- server: '__IP_INT__:25100 fail_timeout=10s'
|
||
| tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_keepweb_configuration.sls | ||
|---|---|---|
|
config:
|
||
|
### STREAMS
|
||
|
http:
|
||
|
server_names_hash_bucket_size: 128
|
||
|
upstream collections_downloads_upstream:
|
||
|
- server: '__IP_INT__:9003 fail_timeout=10s'
|
||
| tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_passenger.sls | ||
|---|---|---|
|
load_module: {{ passenger_mod }}
|
||
|
{% endif %}
|
||
|
worker_processes: 4
|
||
|
http:
|
||
|
server_names_hash_bucket_size: 128
|
||
|
### SNIPPETS
|
||
|
snippets:
|
||
| tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_webshell_configuration.sls | ||
|---|---|---|
|
### STREAMS
|
||
|
http:
|
||
|
server_names_hash_bucket_size: 128
|
||
|
upstream webshell_upstream:
|
||
|
- server: '__IP_INT__:4200 fail_timeout=10s'
|
||
| tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_workbench2_configuration.sls | ||
|---|---|---|
|
### NGINX
|
||
|
nginx:
|
||
|
### SITES
|
||
|
server:
|
||
|
config:
|
||
|
http:
|
||
|
server_names_hash_bucket_size: 128
|
||
|
servers:
|
||
|
managed:
|
||
|
### DEFAULT
|
||
| tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_workbench_configuration.sls | ||
|---|---|---|
|
### STREAMS
|
||
|
http:
|
||
|
server_names_hash_bucket_size: 128
|
||
|
upstream workbench_upstream:
|
||
|
- server: '__IP_INT__:9000 fail_timeout=10s'
|
||
| tools/salt-install/provision.sh | ||
|---|---|---|
|
# The "local.params.example.*" files already set "RELEASE=production"
|
||
|
# to deploy production-ready packages
|
||
|
RELEASE="production"
|
||
|
VERSION="2.4.0"
|
||
|
VERSION="2.4.0-1"
|
||
|
# These are arvados-formula-related parameters
|
||
|
# An arvados-formula tag. For a stable release, this should be a
|
||
- « Previous
- 1
- 2
- 3
- Next »