From 21a9a631df67e71e307209e2edcdfb9273962033 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 7 Oct 2020 19:34:22 +0200 Subject: [PATCH] Missing indentation in the configuration. --- templates/shinyproxy-2-conf.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shinyproxy-2-conf.yml.j2 b/templates/shinyproxy-2-conf.yml.j2 index a0e8d60..e5f700e 100644 --- a/templates/shinyproxy-2-conf.yml.j2 +++ b/templates/shinyproxy-2-conf.yml.j2 @@ -10,7 +10,7 @@ proxy: {% else %} bind-address: {{ shinyproxy_bind_address }} {% endif %} -port: {{ shinyproxy_http_port }} + port: {{ shinyproxy_http_port }} hide-navbar: {{ shinyproxy_hide_navbar }} {% if shinyproxy_custom_template %} template-path: {{ shinyproxy_template_path }}