21700: Install Bundler system-wide in Rails postinst
[arvados.git] / tools / salt-install / config_examples / multi_host / aws / pillars / nginx_keepweb_configuration.sls
1 ---
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: AGPL-3.0
5
6 # Keepweb upstream is common to both downloads and collections
7 ### NGINX
8 nginx:
9   ### SERVER
10   server:
11     config:
12       ### STREAMS
13       http:
14         upstream collections_downloads_upstream:
15           - server: '__KEEPWEB_INT_IP__:9002 fail_timeout=10s'