X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2c2308f4161cfbb3eecfbf87e8decdfe3e128f6d..91ebfb6d3812313dfa13caa75a6e5fb426c0d519:/tools/salt-install/config_examples/multi_host/aws/pillars/nginx_grafana_configuration.sls diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/nginx_grafana_configuration.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/nginx_grafana_configuration.sls index e306dbd0c7..9e1d726150 100644 --- a/tools/salt-install/config_examples/multi_host/aws/pillars/nginx_grafana_configuration.sls +++ b/tools/salt-install/config_examples/multi_host/aws/pillars/nginx_grafana_configuration.sls @@ -24,7 +24,7 @@ nginx: overwrite: true config: - server: - - server_name: grafana.__CLUSTER__.__DOMAIN__ + - server_name: grafana.__DOMAIN__ - listen: - 80 - location /.well-known: @@ -39,7 +39,7 @@ nginx: __CERT_REQUIRES__ config: - server: - - server_name: grafana.__CLUSTER__.__DOMAIN__ + - server_name: grafana.__DOMAIN__ - listen: - 443 http2 ssl - index: index.html index.htm @@ -58,5 +58,5 @@ nginx: {%- if ssl_key_encrypted_pillar.ssl_key_encrypted.enabled %} - ssl_password_file: {{ '/run/arvados/' | path_join(ssl_key_encrypted_pillar.ssl_key_encrypted.privkey_password_filename) }} {%- endif %} - - access_log: /var/log/nginx/grafana.__CLUSTER__.__DOMAIN__.access.log combined - - error_log: /var/log/nginx/grafana.__CLUSTER__.__DOMAIN__.error.log + - access_log: /var/log/nginx/grafana.__DOMAIN__.access.log combined + - error_log: /var/log/nginx/grafana.__DOMAIN__.error.log