Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ba96a049
Commit
ba96a049
authored
Sep 09, 2019
by
Russell Dickenson
Committed by
Evan Read
Sep 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue causing linting test failures
parent
54dc781a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/administration/integration/plantuml.md
doc/administration/integration/plantuml.md
+2
-2
No files found.
doc/administration/integration/plantuml.md
View file @
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`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment