Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tanayno <atanayno@gitlab.com>2018-09-28 14:33:45 +0300
committerAlexander Tanayno <atanayno@gitlab.com>2018-09-28 14:43:22 +0300
commitd188449b722a5cc0c920a825587ff21f4e8d1129 (patch)
tree1894bbd1c1b5fd7fcdfdb7e952f7b4377c494edb /doc/ci/interactive_web_terminal
parente8e1a51adddd9d7a504c06ea383cf682493f6a90 (diff)
Add info about reverse proxy to the configuration section
Diffstat (limited to 'doc/ci/interactive_web_terminal')
-rw-r--r--doc/ci/interactive_web_terminal/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/interactive_web_terminal/index.md b/doc/ci/interactive_web_terminal/index.md
index 7990917f809..df83f30fbb7 100644
--- a/doc/ci/interactive_web_terminal/index.md
+++ b/doc/ci/interactive_web_terminal/index.md
@@ -17,7 +17,7 @@ Two things need to be configured for the interactive web terminal to work:
- The Runner needs to have [`[session_server]` configured
properly][session-server]
-- Web terminals need to be
+- If you are using a reverse proxy with your GitLab instance, web terminals need to be
[enabled](../../administration/integration/terminal.md#enabling-and-disabling-terminal-support)
## Debugging a running job