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