diff --git a/Reverse-proxy-with-Apache.md b/Reverse-proxy-with-Apache.md index dd56810..9afbc8b 100644 --- a/Reverse-proxy-with-Apache.md +++ b/Reverse-proxy-with-Apache.md @@ -11,5 +11,5 @@ ProxyPassReverse /gitbucket http://localhost:8080/gitbucket > Note! Apache and GitBucket context paths must be equal: -`java --jar gitbucket.war --port=8080 --prefix=/gitbucket` +`java -jar gitbucket.war --port=8080 --prefix=/gitbucket` (Note the leading / in the prefix)