mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 16:35:52 +01:00
Updated Reverse proxy with Apache (markdown)
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user