Added changing Base URL in system settings

Shaun Henderson
2018-07-06 11:52:20 +12:00
parent 26c4d09efa
commit 44249f274e

@@ -10,6 +10,7 @@
ProxyPreserveHost On ProxyPreserveHost On
ProxyPass /gitbucket http://localhost:8080/gitbucket ProxyPass /gitbucket http://localhost:8080/gitbucket
ProxyPassReverse /gitbucket http://localhost:8080/gitbucket ProxyPassReverse /gitbucket http://localhost:8080/gitbucket
3. Go to System Settings (http://localhost/gitbucket/admin/system) and modify the Base URL to https://www.example.com/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`