summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-10-01 15:20:20 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-01 15:20:20 +0000
commit70f4a26b6ec6401a1cfaf620495a4209d503df7a (patch)
tree5f8f464a78a57423cd081264273f76326c6aee95
parent051090c804a4808cd43a2e5494fe7cb868314765 (diff)
parentd188449b722a5cc0c920a825587ff21f4e8d1129 (diff)
downloadgitlab-ce-70f4a26b6ec6401a1cfaf620495a4209d503df7a.tar.gz
Merge branch 'update-configuration-section' into 'master'
add a note about reverse proxy to the configuration section See merge request gitlab-org/gitlab-ce!21951
-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