We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
port
8080
Install and enable mod_proxy and mod_proxy_http modules.
mod_proxy
mod_proxy_http
Add the following to your site configuration (assuming your GitBucket prefix is "gitbucket"):
ProxyPreserveHost On ProxyPass /gitbucket http://localhost:8080/gitbucket ProxyPassReverse /gitbucket http://localhost:8080/gitbucket
Note! Apache and GitBucket context paths must be equal.
There was an error while loading. Please reload this page.