Command line syntax was incorrect

Shaun Henderson
2017-07-30 23:07:17 +12:00
parent e32a76de47
commit ed28e70b59

@@ -11,5 +11,5 @@
ProxyPassReverse /gitbucket http://localhost:8080/gitbucket ProxyPassReverse /gitbucket http://localhost:8080/gitbucket
> Note! Apache and GitBucket context paths must be equal: > 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) (Note the leading / in the prefix)