Updated Reverse proxy with Apache (markdown)

David Temes
2015-12-19 00:31:12 +01:00
parent 4f7588feb5
commit eafc7df3a1

@@ -10,4 +10,6 @@
ProxyPass /gitbucket http://localhost:8080/gitbucket ProxyPass /gitbucket http://localhost:8080/gitbucket
ProxyPassReverse /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)