mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 09:55:49 +01:00
Command line syntax was incorrect
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user