X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e04c307f011f5ce3b42dff062e1394256f604037..8fa0ae7ef4f9e8b9642cf0cf8c8eb5998daa9d21:/tools/salt-install/single_host/nginx_keepweb_configuration.sls diff --git a/tools/salt-install/single_host/nginx_keepweb_configuration.sls b/tools/salt-install/single_host/nginx_keepweb_configuration.sls index bd0a636b0e..cc871b9da1 100644 --- a/tools/salt-install/single_host/nginx_keepweb_configuration.sls +++ b/tools/salt-install/single_host/nginx_keepweb_configuration.sls @@ -11,7 +11,7 @@ nginx: ### STREAMS http: upstream collections_downloads_upstream: - - server: '127.0.0.2:9002 fail_timeout=10s' + - server: 'collections.internal:9002 fail_timeout=10s' servers: managed: @@ -52,7 +52,6 @@ nginx: - client_max_body_size: 0 - proxy_http_version: '1.1' - proxy_request_buffering: 'off' - # - include: 'snippets/letsencrypt.conf' - - include: 'snippets/snakeoil.conf' + - include: 'snippets/arvados-snakeoil.conf' - access_log: /var/log/nginx/collections.__CLUSTER__.__DOMAIN__.access.log combined - error_log: /var/log/nginx/collections.__CLUSTER__.__DOMAIN__.error.log