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 }}