From ed28e70b598c8758c0795a7d9011d812cd19c913 Mon Sep 17 00:00:00 2001 From: Shaun Henderson Date: Sun, 30 Jul 2017 23:07:17 +1200 Subject: [PATCH] Command line syntax was incorrect --- Reverse-proxy-with-Apache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)