Project

General

Profile

Bug #19169 » fix-install.patch

Michael Crusoe, 05/30/2022 05:28 PM

View differences:

tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_api_configuration.sls
16 16

  
17 17
### NGINX
18 18
nginx:
19
  server:
20
    config:
21
      http:
22
        server_names_hash_bucket_size: 128
19 23
  ### SITES
20 24
  servers:
21 25
    managed:
tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_controller_configuration.sls
10 10
    config:
11 11
      ### STREAMS
12 12
      http:
13
        server_names_hash_bucket_size: 128
13 14
        'geo $external_client':
14 15
          default: 1
15 16
          '127.0.0.0/8': 0
tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_keepproxy_configuration.sls
10 10
    config:
11 11
      ### STREAMS
12 12
      http:
13
        server_names_hash_bucket_size: 128
13 14
        upstream keepproxy_upstream:
14 15
          - server: '__IP_INT__:25100 fail_timeout=10s'
15 16

  
tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_keepweb_configuration.sls
10 10
    config:
11 11
      ### STREAMS
12 12
      http:
13
        server_names_hash_bucket_size: 128
13 14
        upstream collections_downloads_upstream:
14 15
          - server: '__IP_INT__:9003 fail_timeout=10s'
15 16

  
tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_passenger.sls
35 35
      load_module: {{ passenger_mod }}
36 36
      {% endif %}
37 37
      worker_processes: 4
38
      http:
39
        server_names_hash_bucket_size: 128
38 40

  
39 41
  ### SNIPPETS
40 42
  snippets:
tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_webshell_configuration.sls
11 11

  
12 12
      ### STREAMS
13 13
      http:
14
        server_names_hash_bucket_size: 128
14 15
        upstream webshell_upstream:
15 16
          - server: '__IP_INT__:4200 fail_timeout=10s'
16 17

  
tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_workbench2_configuration.sls
17 17
### NGINX
18 18
nginx:
19 19
  ### SITES
20
  server:
21
    config:
22
      http:
23
        server_names_hash_bucket_size: 128
20 24
  servers:
21 25
    managed:
22 26
      ### DEFAULT
tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_workbench_configuration.sls
22 22

  
23 23
      ### STREAMS
24 24
      http:
25
        server_names_hash_bucket_size: 128
25 26
        upstream workbench_upstream:
26 27
          - server: '__IP_INT__:9000 fail_timeout=10s'
27 28

  
tools/salt-install/provision.sh
198 198
# The "local.params.example.*" files already set "RELEASE=production"
199 199
# to deploy  production-ready packages
200 200
RELEASE="production"
201
VERSION="2.4.0"
201
VERSION="2.4.0-1"
202 202

  
203 203
# These are arvados-formula-related parameters
204 204
# An arvados-formula tag. For a stable release, this should be a
(3-3/3)