From 96d43ab1f7311cf32f3ddf2df2098e3502309d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Dom=C3=ADnguez?= Date: Mon, 22 Jul 2024 10:45:24 +0200 Subject: [PATCH] Remove redundant lines from `usegalaxy_eu.gie_proxy` table in the Galaxy Interactive Tools training --- topics/admin/tutorials/interactive-tools/tutorial.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/topics/admin/tutorials/interactive-tools/tutorial.md b/topics/admin/tutorials/interactive-tools/tutorial.md index 86fcdc4d1b5761..f9b2cf01913e43 100644 --- a/topics/admin/tutorials/interactive-tools/tutorial.md +++ b/topics/admin/tutorials/interactive-tools/tutorial.md @@ -252,9 +252,7 @@ The GIE Proxy is written in [Node.js][nodejs] and requires some configuration. T > | `gie_proxy_virtualenv` | path (string) | Path of virtualenv into which nodeenv/Node.js/npm will be installed | > | `gie_proxy_setup_service` | string | Whether to configure the proxy as a service, only option is `systemd` | > | `gie_proxy_sessions_path` | path (string) | Path of Interactive Tools sessions map | -> |--------------------------------|---------------|-----------------------------------------------------------------------| > | `gie_proxy_path_prefix` | path (string) | Requests accessing this cause the proxy to behave differently. It must be configured to `/interactivetool/ep` to make [Path-based Interactive Tools][path-based_interactive_tools] work. | -> |--------------------------------|---------------|-----------------------------------------------------------------------| > > Add the following lines to your `group_vars/galaxyservers.yml` file: >