From eafc7df3a1c7f814ef2fa4b3a76fea2d2a6e9cb8 Mon Sep 17 00:00:00 2001 From: David Temes Date: Sat, 19 Dec 2015 00:31:12 +0100 Subject: [PATCH] Updated Reverse proxy with Apache (markdown) --- Reverse-proxy-with-Apache.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)