Commit e7ac3a24 authored by Evan Read's avatar Evan Read

Merge branch 'docs/remove-unwanted-spaces-plantuml' into 'master'

Fix issue causing linting test failures

See merge request gitlab-org/gitlab-ce!32801
parents 54dc781a ba96a049
......@@ -57,8 +57,8 @@ you can change these defaults by editing the `/etc/tomcat7/server.xml` file.
### Making local PlantUML accessible using custom GitLab setup
The PlantUML server runs locally on your server, so it is not accessible
externally. As such, it is necessary to catch external PlantUML calls and
redirect them to the local server.
externally. As such, it is necessary to catch external PlantUML calls and
redirect them to the local server.
The idea is to redirect each call to `https://gitlab.example.com/-/plantuml/`
to the local PlantUML server `http://localhost:8080/plantuml`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment